Skip to content

Commit

Permalink
nox test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahVolpe committed May 24, 2024
1 parent 6069355 commit b02625e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
"qiskit_optimization==0.4.0",
"qiskit_ibm_runtime==0.14.0",
"pytest==7.4.0",
"scikit-learn>=1.2",
"scikit-learn>=1.3",
"dimod>=0.12.0",
"dwave-preprocessing>=0.6 ",
"dwave-samplers>1.0",
"dwave-preprocessing>=0.6.3 ",
"dwave-samplers>1.1",
"dwave-system>1.20",
"pandas>=2.1",
"qubovert>=1.0",
]

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

0 comments on commit b02625e

Please sign in to comment.