-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
59 lines (52 loc) · 1.23 KB
/
pyproject.toml
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
[tool.poetry]
name = "collapsedwave"
version = "0.1.0"
description = ""
authors = ["migueltorrescosta <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
fastparquet = "^2024.2.0"
ipympl = "^0.9.3"
jupyter = "^1.0.0"
jupyterlab = "^4.1.5"
lightgbm = "^4.3.0"
matplotlib = "^3.8.3"
mypy = "^1.9.0"
nbqa = "^1.8.5"
numerapi = "^2.18.0"
numpy = "^1.26.4"
pandas = "^2.2.1"
python = "^3.12"
qiskit = "^1.1.0"
qiskit-aer = "^0.13.3"
qiskit-algorithms = "^0.3.0"
qiskit-ibm-provider = "^0.10.0"
qiskit-ibm-runtime = "^0.22.0"
scikit-learn = "^1.4.1.post1"
scipy = "^1.12.0"
sympy = "^1.12"
torch = "^2.2.2"
torchaudio = "^2.2.2"
torchvision = "^0.18.1"
tqdm = "^4.66.2"
qutip = "^5.0.1"
jupyter-cache = "^1.0.0"
bokeh = "^3.4.1"
networkx = "^3.3"
opencv-python = "^4.9.0.80"
pylatexenc = "^2.10"
seaborn = "^0.13.2"
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
pandas-stubs = "^2.2.1.240316"
pdflatex = "^0.1.3"
types-beautifulsoup4 = "^4.12.0.20240229"
types-requests = "^2.31.0.20240311"
types-seaborn = "^0.13.2.20240311"
types-tqdm = "^4.66.0.20240106"
jupyter-book = "^1.0.0"
[tool.poetry.group.test.dependencies]
pytest = "^8.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"