Skip to content

Commit

Permalink
infra: pin numpy to less than 2.x until we prepare for the migration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Feb 29, 2024
1 parent f437817 commit 0370766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cloudpickle==2.2.1",
"nest-asyncio",
"networkx",
"numpy",
"numpy<2",
"openpulse",
"openqasm3",
"sympy",
Expand Down

0 comments on commit 0370766

Please sign in to comment.