Skip to content

Commit

Permalink
Build against Numpy 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 10, 2023
1 parent 3f57756 commit db69dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_numpy_requirement(py_ver):
assert major == "3"
musl = os.environ.get('MB_ML_LIBC') == 'musllinux'
# musllinux wheels started at 1.25.0
np_version = "1.22.2" if not musl else '1.25.0'
np_version = "1.22.0" if not musl else '1.25.0'
minor = int(minor)
if minor >= 12:
np_version = "1.26.0"
Expand Down

0 comments on commit db69dad

Please sign in to comment.