We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f57756 commit db69dadCopy full SHA for db69dad
print_deps.py
@@ -22,7 +22,7 @@ def get_numpy_requirement(py_ver):
22
assert major == "3"
23
musl = os.environ.get('MB_ML_LIBC') == 'musllinux'
24
# musllinux wheels started at 1.25.0
25
- np_version = "1.22.2" if not musl else '1.25.0'
+ np_version = "1.22.0" if not musl else '1.25.0'
26
minor = int(minor)
27
if minor >= 12:
28
np_version = "1.26.0"
0 commit comments