Skip to content

Commit e5f6af5

Browse files
committed
added pipfile to sate the git gods
1 parent 99527a2 commit e5f6af5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Pipfile

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ verify_ssl = false
99
name = "pytorch"
1010

1111
[packages]
12+
tensorflow = "==2.7.0"
1213
transformers = "==4.15.0"
1314
gdown = "===4.2.0"
1415
ftfy = "==6.0.3"
@@ -30,6 +31,7 @@ jupyter = "*"
3031
imageio = "==2.4.1"
3132
PyGLM = "==2.5.7"
3233
adjustText = "*"
34+
3335
Pillow = "*"
3436
torch = "*"
3537
torchvision = "*"
@@ -48,6 +50,9 @@ mmc = {git = "https://github.com/dmarx/Multi-Modal-Comparators"}
4850
pytest = "*"
4951
pre-commit = "*"
5052
click = "==8.0.4"
53+
#Pillow = "==7.1.2"
54+
#pyttitools-core = {editable = true, path = "."}
55+
deep-image-prior = {path = "./deep-image-prior"}
5156
black = "*"
5257

5358
[requires]

0 commit comments

Comments
 (0)