Skip to content

Commit

Permalink
fix: Pin sympy<1.13
Browse files Browse the repository at this point in the history
Sympy 1.13 produces different results for Simon's algorithm
  • Loading branch information
speller26 committed Jul 20, 2024
1 parent 84fe52b commit 6dd64ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"openfermion>=1.5.1",
"pennylane>=0.29.1",
"scipy>=1.5.2",
"sympy<1.13",
],
extras_require={
"test": [
Expand Down

0 comments on commit 6dd64ad

Please sign in to comment.