Skip to content

Commit

Permalink
make the numpy 2.0 requirement less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Nov 28, 2024
1 parent 2f5beb5 commit cf916b5
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 @@ -30,7 +30,7 @@
packages=setuptools.find_packages(exclude=('tests*', 'examples*')),
install_requires=[
'setuptools',
'numpy>=2.1.3,<3.0',
'numpy>=2.0,<3.0',
'pandas>=1.3,<2.3',
'nltk>=3.9.1,<4.0',
'anytree>=2.9,<3.0',
Expand Down

0 comments on commit cf916b5

Please sign in to comment.