Skip to content

Commit 5903043

Browse files
danielsuoGoogle-ML-Automation
authored andcommitted
Pin mpmath to v1.3.0.
v1.4.0 introduced a change to mpc_div that changed mpmath's calculation of sinc(inf) from nan to inf. See change: mpmath/mpmath@93c0647. PiperOrigin-RevId: 874083009
1 parent db34816 commit 5903043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cloudpickle
33
filelock==3.20.3
44
flatbuffers
55
hypothesis==6.142.1 # TODO(justinfu): Fix test failures surfaced by Hypothesis 6.147.0 and remove pin.
6-
mpmath>=1.3
6+
mpmath==1.3.0 # TODO(dsuo): Remove pin sinc(inf) is resolved as either nan or 0.0.
77
pillow>=11.3
88
portpicker
99
pytest<9.0 # Works around https://github.com/pytest-dev/pytest/issues/13895

0 commit comments

Comments
 (0)