Skip to content

Commit 74fc736

Browse files
committed
Require ml_dtypes >= 0.4.0
This is the minimum version that supports NumPy 2.0.
1 parent 587832f commit 74fc736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def load_version_module(pkg_path):
5454
python_requires='>=3.10',
5555
install_requires=[
5656
f'jaxlib >={_minimum_jaxlib_version}, <={_jax_version}',
57-
'ml_dtypes>=0.2.0',
57+
'ml_dtypes>=0.4.0',
5858
'numpy>=1.24',
5959
"numpy>=1.26.0; python_version>='3.12'",
6060
'opt_einsum',

0 commit comments

Comments
 (0)