-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
53 lines (50 loc) · 1013 Bytes
/
Pipfile
File metadata and controls
53 lines (50 loc) · 1013 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
certifi = "==2022.12.7"
charset-normalizer = "==3.1.0"
click = "==8.1.3"
cycler = "==0.11.0"
docker-pycreds = "==0.4.0"
fonttools = "==4.38.0"
gitdb = "==4.0.10"
gitpython = "==3.1.31"
idna = "==3.4"
importlib-metadata = "==6.0.0"
joblib = "==1.2.0"
kiwisolver = "==1.4.4"
matplotlib = "==3.5.3"
numpy = "==1.21.6"
packaging = "==23.0"
pathtools = "==0.1.2"
pillow = "==9.4.0"
protobuf = "==4.22.0"
psutil = "==5.9.4"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
pyyaml = "==6.0"
requests = "==2.28.2"
scikit-learn = "==1.0.2"
scipy = "==1.7.3"
sentry-sdk = "==1.16.0"
setproctitle = "==1.3.2"
six = "==1.16.0"
smmap = "==5.0.0"
threadpoolctl = "==3.1.0"
typing-extensions = "==4.5.0"
urllib3 = "==1.26.14"
wandb = "==0.13.10"
zipp = "==3.15.0"
tqdm = "*"
pandas = "*"
pycodestyle = "*"
lightning = "*"
torch = "*"
torchvision = "*"
torchaudio = "*"
[dev-packages]
[requires]
python_version = "3.7"