Correct requirements

This commit is contained in:
2024-06-18 16:01:54 +02:00
parent d430a658ea
commit 07c36d2bf7
2 changed files with 6 additions and 5 deletions

View File

@@ -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`.

View File

@@ -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