Skip to content

Commit

Permalink
Clean up after getting compatibility with numpy-1.24 (quantumlib#6187)
Browse files Browse the repository at this point in the history
- remove numpy version pinning, but require major version 1
- remove warning filters not relevant after numpy-1.24

Follow up to quantumlib#5967
  • Loading branch information
pavoljuhas authored Jul 7, 2023
1 parent 8f1ff14 commit 6e66730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
duet~=0.2.8
matplotlib~=3.0
networkx>=2.4
numpy>=1.16
numpy~=1.16
pandas
sortedcontainers~=2.0
scipy
Expand Down

0 comments on commit 6e66730

Please sign in to comment.