Skip to content

Commit

Permalink
Merge pull request #1971 from recommenders-team/miguelgfierro-patch-1
Browse files Browse the repository at this point in the history
Limit scipy <1.11.0 until #1954 is fixed
  • Loading branch information
miguelgfierro committed Aug 29, 2023
2 parents 85dc81f + dee2fa1 commit 6eb15ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires = [
"numpy>=1.19", # 1.19 required by tensorflow 2.6
"pandas>1.0.3,<2",
"scipy>=1.0.0,<2,!=1.11.0,!=1.11.1",
"scipy>=1.0.0,<1.11.0", #FIXME: We limit <1.11.0 until #1954 is fixed
"tqdm>=4.31.1,<5",
"matplotlib>=2.2.2,<4",
"scikit-learn>=0.22.1,<1.0.3",
Expand Down

0 comments on commit 6eb15ab

Please sign in to comment.