Skip to content

Commit

Permalink
Limit scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
j1c committed Apr 17, 2024
1 parent 78cb228 commit e494612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include_package_data = True
python_requires = >=3.8, <3.12
install_requires =
anytree>=2.8.0
beartype>=0.10.0
beartype>=0.10.0
gensim>=4.0.0,!=4.2.0 # bug with 4.2.0 on some platforms, issue #998
graspologic-native>=1.1.1
hyppo>=0.3.2 # bug with lower versions and scipy>=1.8
Expand All @@ -39,7 +39,7 @@ install_requires =
POT>=0.7.0
seaborn>= 0.11.0
scikit-learn>=0.22.0
scipy>=1.9.0
scipy>=1.9.0,<1.13.0 # scipy 1.13.0 deprecated functions used in gensim
statsmodels>=0.13.2
typing-extensions>=4.4.0
umap-learn>=0.4.6
Expand Down

0 comments on commit e494612

Please sign in to comment.