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