Skip to content

Commit

Permalink
nox update
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahVolpe committed May 28, 2024
1 parent 67ee83a commit 28e4a35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ repos:
- scikit-learn>=1.3
- dimod>=0.12.0
- docplex>=2.22
- dwave-preprocessing>=0.6.3
- dwave-samplers==1.2
- dwave-samplers>=1.2
- dwave-system>=1.20
- pandas>=2.1
- qubovert>=1.0
Expand Down
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"scikit-learn>=1.3",
"dimod>=0.12.0",
"docplex>=2.22",
"dwave-preprocessing>=0.6.3 ",
"dwave-samplers==1.2",
"dwave-samplers>=1.2",
"dwave-system>=1.20",
"pandas>=2.1",
"qubovert>=1.0",
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ dependencies = [
"scikit-learn>=1.3",
"dimod>=0.12.0",
"docplex>=2.22",
"dwave-preprocessing>=0.6.3 ",
"dwave-samplers==1.2",
"dwave-samplers>=1.2",
"dwave-system>=1.20",
"pandas>=2.1",
"qubovert>=1.0",
Expand Down

0 comments on commit 28e4a35

Please sign in to comment.