Skip to content

Commit 4dacf3f

Browse files
Merge pull request #61943 from georgiyekkert/r2.14
Pin ml_dtypes
2 parents 25ffb73 + 0025df9 commit 4dacf3f

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
@@ -89,7 +89,7 @@ def standard_or_nightly(standard, nightly):
8989
'google_pasta >= 0.1.1',
9090
'h5py >= 2.9.0',
9191
'libclang >= 13.0.0',
92-
'ml_dtypes >= 0.2.0',
92+
'ml_dtypes == 0.2.0',
9393
'numpy >= 1.23.5',
9494
'opt_einsum >= 2.3.2',
9595
'packaging',

0 commit comments

Comments
 (0)