Skip to content

Commit 500e03d

Browse files
Merge pull request #84966 from tensorflow/bump-mldtypes-2-18
Bump ml-dtypes upper bound
2 parents 8241bac + 337b3f7 commit 500e03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def standard_or_nightly(standard, nightly):
115115
# issues with numpy 2.1.0 is fixed.
116116
'numpy >= 1.26.0, < 2.1.0',
117117
'h5py >= 3.11.0',
118-
'ml_dtypes >= 0.4.0, < 0.5.0',
118+
'ml_dtypes >= 0.4.0, < 1.0.0',
119119
]
120120

121121
REQUIRED_PACKAGES = [p for p in REQUIRED_PACKAGES if p is not None]

0 commit comments

Comments
 (0)