Skip to content

Commit

Permalink
Merge pull request #63020 from tensorflow/srnitin/patch-mldtypes-version
Browse files Browse the repository at this point in the history
Cherrypick r2.15: Update ml_dtypes runtime dependency to 0.3.1 to fix package conflict issues
  • Loading branch information
mihaimaruseac committed Feb 21, 2024
2 parents 0b15fdf + 0cbf4d0 commit 421f671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def standard_or_nightly(standard, nightly):
'google_pasta >= 0.1.1',
'h5py >= 2.9.0',
'libclang >= 13.0.0',
'ml_dtypes ~= 0.2.0',
'ml_dtypes ~= 0.3.1',
'numpy >= 1.23.5, < 2.0.0',
'opt_einsum >= 2.3.2',
'packaging',
Expand Down

0 comments on commit 421f671

Please sign in to comment.