Skip to content

Commit

Permalink
bump numpy version to 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Feb 10, 2024
1 parent 32f04b4 commit eebce46
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 @@ -37,7 +37,7 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License"
],
install_requires=['numpy~=1.24.4'],
install_requires=['numpy~=1.26.4'],
python_requires='<3.12,>=3.8',
extras_require=extra_requires,
include_package_data=True,
Expand Down

0 comments on commit eebce46

Please sign in to comment.