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 bf6b76f commit d7374ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
23 changes: 11 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,22 @@ repos:
args: []
additional_dependencies:
- importlib_resources
- qubovert
- pytest==7.4.0
- types-setuptools
- setuptools<=65.6.3
- sympy==1.12
- numpy==1.23.5
- dwave-samplers
- dwave.system
- docplex==2.25.236
- matplotlib>=3.8
- numpy>=1.23
- sympy>=1.9
- qiskit==0.45.3
- qiskit_optimization==0.4.0
- qiskit-algorithms==0.2.1
- qiskit_ibm_runtime==0.14.0
- matplotlib
- pandas
- PyPortfolioOpt
- scikit-learn
- scikit-learn>=1.3
- dimod>=0.12.0
- docplex>=2.22
- dwave-preprocessing>=0.6.3
- dwave-samplers==1.2
- dwave-system>=1.20
- pandas>=2.1
- qubovert>=1.0

# Catch common capitalization mistakes
- repo: local
Expand Down
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"qiskit==0.45.3",
"qiskit_optimization==0.4.0",
"qiskit_ibm_runtime==0.14.0",
"pytest==7.4.0",
"scikit-learn>=1.3",
"dimod>=0.12.0",
"docplex>=2.22",
Expand All @@ -36,7 +35,6 @@
"dwave-system>=1.20",
"pandas>=2.1",
"qubovert>=1.0",
"pandas>=1.3",
]

if os.environ.get("CI", None):
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies = [
"qiskit==0.45.3",
"qiskit_optimization==0.4.0",
"qiskit_ibm_runtime==0.14.0",
"pytest==7.4.0",
"scikit-learn>=1.3",
"dimod>=0.12.0",
"docplex>=2.22",
Expand All @@ -34,7 +33,6 @@ dependencies = [
"dwave-system>=1.20",
"pandas>=2.1",
"qubovert>=1.0",
"pandas>=1.3"
]

classifiers = [
Expand Down

0 comments on commit d7374ae

Please sign in to comment.