Skip to content

Commit

Permalink
bump NumPy CI version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Jan 1, 2024
1 parent 7eec9a7 commit 7e521a2
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 @@ -23,7 +23,7 @@ def get_long_description():
setup_requires=["setuptools_scm"],
install_requires=[
"numba" + ("==0.56.4" if CI else ""),
"numpy" + ("==1.23.5" if CI else ""),
"numpy" + ("==1.26.2" if CI else ""),
"pystrict",
],
extras_require={
Expand Down

0 comments on commit 7e521a2

Please sign in to comment.