Skip to content

Commit a6b54ab

Browse files
committed
added pipfile to sate the git gods
1 parent 61a0ec8 commit a6b54ab

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

Pipfile

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
tensorflow = "==2.7.0"
8+
transformers = "==4.15.0"
9+
gdown = "===4.2.0"
10+
ftfy = "==6.0.3"
11+
regex = "*"
12+
tqdm = "==4.62.3"
13+
omegaconf = "==2.1.1"
14+
pytorch-lightning = "==1.5.7"
15+
kornia = "==0.6.2"
16+
einops = "==0.3.2"
17+
imageio-ffmpeg = "==0.4.5"
18+
exrex = "*"
19+
matplotlib-label-lines = "==0.4.3"
20+
pandas = "==1.3.4"
21+
seaborn = "==0.11.2"
22+
scikit-learn = "*"
23+
loguru = "*"
24+
hydra-core = "*"
25+
jupyter = "*"
26+
imageio = "==2.4.1"
27+
PyGLM = "==2.5.7"
28+
adjustText = "*"
29+
Pillow = "==7.1.2"
30+
pyttitools-core = {editable = true, path = "."}
31+
deep-image-prior = {path = "./deep-image-prior"}
32+
33+
[dev-packages]
34+
black = "*"
35+
36+
[requires]
37+
python_version = "3.9"

0 commit comments

Comments
 (0)