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 28e4a35 commit 76507a5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 33 deletions.
23 changes: 12 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,21 @@ repos:
- importlib_resources
- types-setuptools
- setuptools<=65.6.3
- matplotlib>=3.8
- numpy>=1.23
- sympy>=1.9
- matplotlib==3.8
- numpy==1.24
- sympy==1.9
- qiskit==0.45.3
- qiskit_optimization==0.4.0
- qiskit_ibm_runtime==0.14.0
- scikit-learn>=1.3
- dimod>=0.12.0
- docplex>=2.22
- dwave-samplers>=1.2
- dwave-system>=1.20
- pandas>=2.1
- qubovert>=1.0
- pytest>=7.4.0
- scikit-learn==1.3
- dimod==0.12.14
- docplex==2.25.236
- dwave-preprocessing==0.6.5
- dwave-samplers==1.2
- dwave-system==1.24
- pandas==2.1
- qubovert==1.0
- pytest==7.4.0

# Catch common capitalization mistakes
- repo: local
Expand Down
23 changes: 12 additions & 11 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,21 @@
"setuptools>=66.1",
"setuptools_scm>=7",
"wheel>=0.40",
"matplotlib>=3.8",
"numpy>=1.23",
"sympy>=1.9",
"matplotlib==3.8",
"numpy==1.24",
"sympy==1.9",
"qiskit==0.45.3",
"qiskit_optimization==0.4.0",
"qiskit_ibm_runtime==0.14.0",
"scikit-learn>=1.3",
"dimod>=0.12.0",
"docplex>=2.22",
"dwave-samplers>=1.2",
"dwave-system>=1.20",
"pandas>=2.1",
"qubovert>=1.0",
"pytest>=7.4.0",
"scikit-learn==1.3",
"dimod==0.12.14",
"docplex==2.25.236",
"dwave-preprocessing==0.6.5 ",
"dwave-samplers==1.2",
"dwave-system==1.24",
"pandas==2.1",
"qubovert==1.0",
"pytest==7.4.0",
]

if os.environ.get("CI", None):
Expand Down
23 changes: 12 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,21 @@ requires-python = ">=3.10,<3.12"
dynamic = ["version"]

dependencies = [
"matplotlib>=3.8",
"numpy>=1.23",
"sympy>=1.9",
"matplotlib==3.8",
"numpy==1.24",
"sympy==1.9",
"qiskit==0.45.3",
"qiskit_optimization==0.4.0",
"qiskit_ibm_runtime==0.14.0",
"scikit-learn>=1.3",
"dimod>=0.12.0",
"docplex>=2.22",
"dwave-samplers>=1.2",
"dwave-system>=1.20",
"pandas>=2.1",
"qubovert>=1.0",
"pytest>=7.4.0",
"scikit-learn==1.3",
"dimod==0.12.14",
"docplex==2.25.236",
"dwave-preprocessing==0.6.5 ",
"dwave-samplers==1.2",
"dwave-system==1.24",
"pandas==2.1",
"qubovert==1.0",
"pytest==7.4.0",
]

classifiers = [
Expand Down

0 comments on commit 76507a5

Please sign in to comment.