Skip to content

Commit

Permalink
revert numpy 2.0+ upgrade due to pyemd incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Oct 22, 2024
1 parent a81e4f5 commit f4b9ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# algorithms
numpy==2.1.2
numpy==1.26.4
pandas==2.2.3
nltk==3.9.1
anytree==2.12.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=setuptools.find_packages(exclude=('tests*', 'examples*')),
install_requires=[
'setuptools',
'numpy>=1.22,<2.2',
'numpy>=1.22,<2.0',
'pandas>=1.3,<2.3',
'nltk>=3.9.1,<4.0',
'anytree>=2.9,<3.0',
Expand Down

0 comments on commit f4b9ecc

Please sign in to comment.