-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
41 lines (38 loc) · 775 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
black = "==22.12.0"
click = "==8.1.3"
contourpy = "==1.0.6"
cvxpy = "==1.3.0"
cycler = "==0.11.0"
ecos = "==2.0.12"
fonttools = "==4.38.0"
kiwisolver = "==1.4.4"
matplotlib = "==3.6.2"
mypy-extensions = "==0.4.3"
networkx = "==2.8.8"
numpy = "==1.24.1"
osqp = "==0.6.2.post8"
packaging = "==22.0"
pathspec = "==0.10.3"
pillow = "==9.4.0"
platformdirs = "==2.6.2"
pybind11 = "==2.10.3"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
qdldl = "==0.1.5.post2"
scipy = "==1.10.0"
scs = "==3.2.2"
six = "==1.16.0"
tomli = "==2.0.1"
torch = "==1.13.1"
typing-extensions = "==4.4.0"
pandas = "==1.5.2"
pytz = "==2022.7"
seaborn = "==0.12.2"
[dev-packages]
[requires]
python_version = "3.10"