Skip to content

Commit

Permalink
correct requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 4, 2023
1 parent a6fe0fe commit 3ba92e7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 2 additions & 0 deletions AGV_quantum/qubo_solver.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from typing import Tuple

import os
import neal
import dimod
Expand Down
22 changes: 17 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
dimod==0.12.3
attrs==21.2.0
certifi==2021.10.8
Deprecated==1.2.13
dimod==0.12.3
dwave-cloud-client==0.10.3
dwave-greedy==0.3.0
dwave-hybrid==0.6.9
Expand All @@ -11,14 +14,23 @@ dwave-samplers==1.0.0
dwave-system==1.17.0
dwave-tabu==0.5.0
dwavebinarycsp==0.2.0
docplex==2.23.222
numpy==1.21.4
iniconfig==1.1.1
numba==0.55.0
numpy==1.21.4
odfpy==1.4.1
pathlib==1.0.1
packaging==21.3
pandas==1.3.4
pluggy==1.0.0
PuLP==2.5.1
py==1.11.0
pydantic==1.10.9
pyparsing==2.4.7
pyqubo==1.3.1
pytest==7.2.2
pytest==6.2.5
python-dateutil==2.8.2
pytz==2021.3
six==1.16.0
toml==0.10.2
wrapt==1.13.3
coverage
sympy

0 comments on commit 3ba92e7

Please sign in to comment.