We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a0ec8 commit a6b54abCopy full SHA for a6b54ab
Pipfile
@@ -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