-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
76 lines (73 loc) · 1.54 KB
/
Copy pathpyproject.toml
File metadata and controls
76 lines (73 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[tool.poetry]
name = "haqc"
version = "1.0.3"
description = "A Heuristic Algorithm Framework for Quantum Algorithms"
readme = "README.md"
authors = ["Vivek Katial <vivekkatial@gmail.com>"]
packages = [
{ include = "haqc", from = "src"},
]
[tool.poetry.dependencies]
python = "^3.8"
black = "22.10.0"
boto3 = "1.24.91"
botocore = "1.27.91"
certifi = "2022.9.24"
cffi = "1.15.1"
charset-normalizer = "2.1.1"
click = "8.1.3"
iniconfig = "1.1.1"
ipykernel = "6.16.0"
ipython = "8.4.0"
ipywidgets = "8.0.2"
itsdangerous = "2.1.2"
jedi = "0.18.1"
Jinja2 = "3.1.2"
jmespath = "1.0.1"
kiwisolver = "1.4.4"
Mako = "1.2.3"
MarkupSafe = "2.1.1"
matplotlib = "3.6.1"
matplotlib-inline = "0.1.6"
mlflow = "2.9.2"
networkx = "2.8.7"
numpy = "1.23.4"
oauthlib = "3.2.1"
packaging = "21.3"
pandas = "1.5.0"
parso = "0.8.3"
pytest = "7.1.3"
python-dateutil = "2.8.2"
python-louvain = "0.16"
pytz = "2022.4"
PyYAML = "6.0.1"
pyzmq = "24.0.1"
qiskit = "0.39.0"
qiskit-aer = "0.11.0"
qiskit-ibmq-provider = "0.19.2"
qiskit-optimization = "0.4.0"
qiskit-terra = "0.22.0"
querystring-parser = "1.2.4"
requests = "2.28.1"
requests_ntlm = "1.1.0"
retworkx = "0.12.0"
rustworkx = "0.12.0"
s3transfer = "0.6.0"
scipy = ">=1.5.0,<1.11.0"
seaborn = "0.12.0"
six = "1.16.0"
smmap = "5.0.0"
SQLAlchemy = "1.4.42"
sympy = "1.11.1"
pylatexenc = "^2.10"
plotly = "^5.18.0"
tqdm = "^4.66.1"
pynauty = "^2.8.6"
build = "^1.0.3"
cvxpy = "^1.4.2"
pyarrow = "14.0.2"
gradio = "^4.25.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"