Skip to content

Commit

Permalink
Require ml_dtypes >= 0.4.0
Browse files Browse the repository at this point in the history
This is the minimum version that supports NumPy 2.0.
  • Loading branch information
jakevdp committed Oct 22, 2024
1 parent 587832f commit 74fc736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def load_version_module(pkg_path):
python_requires='>=3.10',
install_requires=[
f'jaxlib >={_minimum_jaxlib_version}, <={_jax_version}',
'ml_dtypes>=0.2.0',
'ml_dtypes>=0.4.0',
'numpy>=1.24',
"numpy>=1.26.0; python_version>='3.12'",
'opt_einsum',
Expand Down

0 comments on commit 74fc736

Please sign in to comment.