Skip to content

Commit 92aa9a3

Browse files
Merge pull request jax-ml#24463 from jakevdp:ml-dtypes-version
PiperOrigin-RevId: 688617061
2 parents c60bafc + 74fc736 commit 92aa9a3

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)