Skip to content

Commit

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

0 comments on commit 0764915

Please sign in to comment.