Skip to content

Commit e11132e

Browse files
authored
Fix mpmath version to 1.3.0 due to incompatibility with sympy (quantumlib#6477)
Fixes quantumlib#6475
1 parent 02d29a9 commit e11132e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cirq-core/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
duet>=0.2.8
44
matplotlib~=3.0
5+
# Temporary fix for https://github.com/sympy/sympy/issues/26273
6+
# TODO: remove once `pip install --pre sympy` works in a fresh environment
7+
mpmath<=1.3.*
58
networkx>=2.4
69
numpy~=1.16
710
pandas

0 commit comments

Comments
 (0)