Skip to content

Commit

Permalink
numpy limited
Browse files Browse the repository at this point in the history
  • Loading branch information
György Kovács committed Oct 2, 2023
1 parent 14922b8 commit 14b22f5
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 @@ -58,7 +58,7 @@ def run_tests(self):
if on_rtd:
INSTALL_REQUIRES = []
else:
INSTALL_REQUIRES= ['numpy>=1.13.0', 'scipy', 'scikit-learn', 'joblib', 'minisom', 'statistics', 'tensorflow', 'keras', 'pandas', 'mkl', 'metric_learn', 'seaborn']
INSTALL_REQUIRES= ['numpy<1.25.0', 'scipy', 'scikit-learn', 'joblib', 'minisom', 'statistics', 'tensorflow', 'keras', 'pandas', 'mkl', 'metric_learn', 'seaborn']
EXTRAS_REQUIRE= {'tests': ['pytest'],
'docs': ['sphinx', 'sphinx-gallery', 'sphinx_rtd_theme', 'matplotlib', 'pandas']}
PYTHON_REQUIRES= '>=3.5'
Expand Down

0 comments on commit 14b22f5

Please sign in to comment.