Skip to content

Commit bd06a89

Browse files
authored
Unpin sympy and ignore sympy type errors (quantumlib#5226)
Fixes quantumlib#5058 Review: @dabacon
1 parent 5839e37 commit bd06a89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ numpy~=1.16
1313
pandas
1414
sortedcontainers~=2.0
1515
scipy
16-
# TODO: unpin once #5058 is resolved
17-
sympy<1.10
16+
sympy
1817
typing_extensions
1918
tqdm

0 commit comments

Comments
 (0)