Skip to content

Commit

Permalink
bump Numba CI req
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Apr 14, 2024
1 parent 3d71df9 commit 065d6ab
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 @@ -25,7 +25,7 @@ def get_long_description():
use_scm_version={"local_scheme": lambda _: "", "version_scheme": "post-release"},
setup_requires=["setuptools_scm"],
install_requires=[
"numba" + ("==0.58.1" if CI and not _32bit else ""),
"numba" + ("==0.59.1" if CI and not _32bit else ""),
"numpy" + ("==1.24.4" if CI else ""),
"pystrict",
],
Expand Down

0 comments on commit 065d6ab

Please sign in to comment.