Skip to content

Commit

Permalink
bump NumPy and Numba reqs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Jan 1, 2024
1 parent 8ea004c commit c2effb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def get_long_description():
use_scm_version={"local_scheme": lambda _: "", "version_scheme": "post-release"},
setup_requires=["setuptools_scm"],
install_requires=[
"numba" + ("==0.56.4" if CI else ""),
"numpy" + ("==1.23.5" if CI else ""),
"numba" + ("==0.58.1" if CI else ""),
"numpy" + ("==1.26.2" if CI else ""),
"pystrict",
],
extras_require={
Expand Down

0 comments on commit c2effb0

Please sign in to comment.