Skip to content

Commit

Permalink
Bump min numpy to follow NEP 29/SPEC 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Feb 8, 2024
1 parent eea9a49 commit 71381d5
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 @@ -54,7 +54,7 @@ def local_version(version):
include_package_data=True,
zip_safe=False,
install_requires=[
"numpy >= 1.20.1, < 2",
"numpy >= 1.23, < 2",
"requests",
"pandas ~= 1.5",
"tqdm",
Expand Down

0 comments on commit 71381d5

Please sign in to comment.