Correct requirements
This commit is contained in:
@@ -19,4 +19,4 @@ Install `pipreqs`:
|
||||
pip install pipreqs
|
||||
```
|
||||
|
||||
Run `pipreqs --ignore .venv --force` to generate an updated list of dependencies for the project in requirements file.
|
||||
Run `pipreqs --ignore .venv --force` to generate an updated list of dependencies for the project in requirements file. Note that you should then change `skimage==...` by `scikit-image==0.23.2`.
|
||||
@@ -1,8 +1,9 @@
|
||||
gdpc==7.1.0
|
||||
numpy==1.26.4
|
||||
gdpc==7.3.0
|
||||
matplotlib==3.9.0
|
||||
numpy==2.0.0
|
||||
Pillow==10.3.0
|
||||
pygame==2.5.2
|
||||
PyYAML==6.0.1
|
||||
scipy==1.13.1
|
||||
skan==0.11.1
|
||||
skimage==0.0
|
||||
pyyaml==6.0.1
|
||||
scikit-image==0.23.2
|
||||
|
||||
Reference in New Issue
Block a user