-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathPipfile
54 lines (50 loc) · 1.09 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://download.pytorch.org/whl/cu113/"
verify_ssl = false
name = "pytorch"
[packages]
transformers = "==4.15.0"
gdown = "===4.2.0"
ftfy = "==6.0.3"
regex = "*"
tqdm = "==4.62.3"
omegaconf = "==2.1.1"
pytorch-lightning = "==1.5.7"
kornia = "==0.6.2"
einops = "==0.3.2"
imageio-ffmpeg = "==0.4.5"
exrex = "*"
matplotlib-label-lines = "==0.4.3"
pandas = "==1.3.4"
seaborn = "==0.11.2"
scikit-learn = "*"
loguru = "*"
hydra-core = "*"
jupyter = "*"
imageio = "==2.4.1"
PyGLM = "==2.5.7"
adjustText = "*"
Pillow = "*"
torch = "*"
torchvision = "*"
torchaudio = "*"
requests = "*"
pyttitools-adabins = {path = "./vendor/AdaBins"}
pyttitools-gma = {path = "./vendor/GMA"}
clip = {path = "./vendor/CLIP"}
pyttitools-taming-transformers = {path = "./vendor/taming-transformers"}
tensorflow = "*"
protobuf = "==3.9.2"
pyttitools-core = {path = "."}
mmc = {git = "https://github.com/dmarx/Multi-Modal-Comparators"}
[dev-packages]
pytest = "*"
pre-commit = "*"
click = "==8.0.4"
black = "*"
[requires]
python_version = "3.9"