Skip to content

Commit

Permalink
cap numpy version due to dependency incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasberent committed Sep 9, 2024
1 parent d968411 commit 9885cf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@ dependencies = [
"z3-solver>=4.12,<4.14",
"qecsim",
"ldpc>=0.1.53",
"numpy>=1.26; python_version > '3.11'",
"numpy>=1.24; python_version <= '3.11'",
"numpy>=1.26,<2.0; python_version > '3.11'",
"numpy>=1.24,<2.0; python_version <= '3.11'",
"qiskit[qasm3-import]>=1.0.0",
"qiskit-aer>=0.15.0",
"stim >= 1.13.0",
"multiprocess >= 0.70.16",
"bposd>=1.6",
"numba>=0.59; python_version > '3.11'",
"numpy>=0.57; python_version <= '3.11'",
"pymatching>=2.2; python_version > '3.11'",
"pymatching>=2; python_version <= '3.11'",
]
Expand Down

0 comments on commit 9885cf5

Please sign in to comment.