From 07c36d2bf756da6b00343376d95b2ade387c1e82 Mon Sep 17 00:00:00 2001 From: Xeon0X Date: Tue, 18 Jun 2024 16:01:54 +0200 Subject: [PATCH] Correct requirements --- README.md | 2 +- requirements.txt | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3f144d9..5ed357d 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of 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`. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c763a55..ae4997c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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