Skip to content

Commit 8515dbf

Browse files
committed
Relaxed scipy version for Pyton 3.8
Signed-off-by: David Davó <[email protected]>
1 parent 7b01eff commit 8515dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"retrying>=1.3.4,<2",
4545
"scikit-learn>=1.2.0,<2", # requires scipy, and introduce breaking change affects feature_extraction.text.TfidfVectorizer.min_df
4646
"scikit-surprise>=1.1.3",
47-
"scipy>=1.10.1,<=1.13.1", # FIXME: Remove scipy<=1.13.1 once cornac release a version newer than 2.2.1. See #2128
47+
"scipy>=1.9,<=1.13.1", # FIXME: Remove scipy<=1.13.1 once cornac release a version newer than 2.2.1. See #2128
4848
"seaborn>=0.13.0,<1", # requires matplotlib, packaging
4949
"transformers>=4.27.0,<5", # requires packaging, pyyaml, requests, tqdm
5050
]

0 commit comments

Comments
 (0)