Skip to content

Commit 3672c2e

Browse files
Set scipy <= 1.13.1 (#2127)
* Set scipy<=1.13.1 Signed-off-by: Simon Zhao <[email protected]> * Leave a comment as a reminder Signed-off-by: Simon Zhao <[email protected]> --------- Signed-off-by: Simon Zhao <[email protected]>
1 parent ae2338c commit 3672c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
install_requires = [
3030
"category-encoders>=2.6.0,<3", # requires packaging
31-
"cornac>=1.15.2,<2", # requires packaging, tqdm
31+
"cornac>=1.15.2,<3", # requires packaging, tqdm
3232
"hyperopt>=0.2.7,<1",
3333
"lightgbm>=4.0.0,<5",
3434
"locust>=2.12.2,<3", # requires jinja2
@@ -42,7 +42,7 @@
4242
"retrying>=1.3.4,<2",
4343
"scikit-learn>=1.2.0,<2", # requires scipy, and introduce breaking change affects feature_extraction.text.TfidfVectorizer.min_df
4444
"scikit-surprise>=1.1.3",
45-
"scipy>=1.10.1",
45+
"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
4646
"seaborn>=0.13.0,<1", # requires matplotlib, packaging
4747
"transformers>=4.27.0,<5", # requires packaging, pyyaml, requests, tqdm
4848
]

0 commit comments

Comments
 (0)