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 e56ac70 commit 6bd1865
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@
"setuptools>=66.1",
"setuptools_scm>=7",
"wheel>=0.40",
"matplotlib>=3.0",
"matplotlib>=3.8",
"numpy>=1.23",
"qiskit==0.45.3",
"qiskit_optimization==0.4.0",
"qiskit_ibm_runtime==0.14.0",
"pytest==7.4.0",
"scikit-learn>=1.2",
"dimod>=0.12.0",
"dwave-preprocessing>=0.6 ",
"dwave-samplers>1.0",
"dwave-system>1.20",
]

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

0 comments on commit 6bd1865

Please sign in to comment.