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 587832f commit 74fc736Copy full SHA for 74fc736
setup.py
@@ -54,7 +54,7 @@ def load_version_module(pkg_path):
54
python_requires='>=3.10',
55
install_requires=[
56
f'jaxlib >={_minimum_jaxlib_version}, <={_jax_version}',
57
- 'ml_dtypes>=0.2.0',
+ 'ml_dtypes>=0.4.0',
58
'numpy>=1.24',
59
"numpy>=1.26.0; python_version>='3.12'",
60
'opt_einsum',
0 commit comments