Skip to content

Commit

Permalink
Set scipy <= 1.13.1 (#2127)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
SimonYansenZhao committed Jul 9, 2024
1 parent ae2338c commit 3672c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

install_requires = [
"category-encoders>=2.6.0,<3", # requires packaging
"cornac>=1.15.2,<2", # requires packaging, tqdm
"cornac>=1.15.2,<3", # requires packaging, tqdm
"hyperopt>=0.2.7,<1",
"lightgbm>=4.0.0,<5",
"locust>=2.12.2,<3", # requires jinja2
Expand All @@ -42,7 +42,7 @@
"retrying>=1.3.4,<2",
"scikit-learn>=1.2.0,<2", # requires scipy, and introduce breaking change affects feature_extraction.text.TfidfVectorizer.min_df
"scikit-surprise>=1.1.3",
"scipy>=1.10.1",
"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
"seaborn>=0.13.0,<1", # requires matplotlib, packaging
"transformers>=4.27.0,<5", # requires packaging, pyyaml, requests, tqdm
]
Expand Down

0 comments on commit 3672c2e

Please sign in to comment.