From 0425cf43d4d102559337db3c8fb14262df09a709 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:53:26 +0300 Subject: [PATCH 1/5] pin scipy version --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 57c7dd97c4..38f2d33a5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +scipy==1.11.0 # Base framework thegolem==0.4.0 From a5045867b59b393158a868d5a5d4ac0056cafee5 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:54:25 +0300 Subject: [PATCH 2/5] pin gensim version --- other_requirements/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_requirements/extra.txt b/other_requirements/extra.txt index 0a01996156..7aa4c932a9 100644 --- a/other_requirements/extra.txt +++ b/other_requirements/extra.txt @@ -7,7 +7,7 @@ opencv-python >= 4.5.5.64 Pillow >= 8.2.0 # Texts -gensim @ git+https://github.com/piskvorky/gensim.git@ad68ee3 +gensim==4.3.2 nltk >= 3.5 # Misc From c27478aa6ce7a9640fc3457bf08ba072d015bc02 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:00:58 +0300 Subject: [PATCH 3/5] pin unyanked scipy version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38f2d33a5e..721c2ff11b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scipy==1.11.0 +scipy==1.11.1 # Base framework thegolem==0.4.0 From 7e8d5b40d52a460bce54cb8a3e1be4bf01bc77fd Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:05:16 +0300 Subject: [PATCH 4/5] pin scipy versions to python versions --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 721c2ff11b..05c4a19a7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ -scipy==1.11.1 +scipy==1.10.1; python_version <= '3.8' +scipy==1.11.1; python_version > '3.8' + # Base framework thegolem==0.4.0 From 26ce738e99c876661e6d604833e18bb2e5f61b6e Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Thu, 2 May 2024 20:20:06 +0300 Subject: [PATCH 5/5] simplify pin for scipy --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 05c4a19a7f..9f0a2356a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -scipy==1.10.1; python_version <= '3.8' -scipy==1.11.1; python_version > '3.8' +scipy<1.13.0 # Base framework thegolem==0.4.0