Skip to content

Commit db69dad

Browse files
committed
Build against Numpy 1.22.0
1 parent 3f57756 commit db69dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print_deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_numpy_requirement(py_ver):
2222
assert major == "3"
2323
musl = os.environ.get('MB_ML_LIBC') == 'musllinux'
2424
# musllinux wheels started at 1.25.0
25-
np_version = "1.22.2" if not musl else '1.25.0'
25+
np_version = "1.22.0" if not musl else '1.25.0'
2626
minor = int(minor)
2727
if minor >= 12:
2828
np_version = "1.26.0"

0 commit comments

Comments
 (0)