Skip to content

Commit

Permalink
nox update
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahVolpe committed May 23, 2024
1 parent 50befa0 commit 71b1297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"setuptools_scm>=7",
"wheel>=0.40",
"matplotlib>=3.0",
"numpy<1.23",
"numpy>=1.20,<1.23",
"qiskit==0.45.3",
"qiskit_optimization==0.4.0",
"qiskit_ibm_runtime==0.14.0",
"pytest==7.4.0"
"pytest==7.4.0",
]

if os.environ.get("CI", None):
Expand Down

0 comments on commit 71b1297

Please sign in to comment.