Skip to content

Commit

Permalink
move to numpy 2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Nov 28, 2024
1 parent a3e0cdf commit 2f5beb5
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==1.26.4
numpy==2.1.3
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,<3.0',
'numpy>=2.1.3,<3.0',
'pandas>=1.3,<2.3',
'nltk>=3.9.1,<4.0',
'anytree>=2.9,<3.0',
Expand Down

0 comments on commit 2f5beb5

Please sign in to comment.