Update requirements.txt
Browse files- requirements.txt +4 -16
requirements.txt
CHANGED
@@ -1,18 +1,6 @@
|
|
1 |
-
|
2 |
-
future
|
3 |
-
lmdb
|
4 |
numpy
|
5 |
-
opencv-python
|
6 |
-
Pillow
|
7 |
-
pyyaml
|
8 |
-
requests
|
9 |
-
scikit-image
|
10 |
-
scipy
|
11 |
-
tb-nightly
|
12 |
-
torch==1.11
|
13 |
-
torchvision
|
14 |
-
tqdm
|
15 |
-
yapf
|
16 |
einops
|
17 |
-
|
18 |
-
|
|
|
|
1 |
+
torch
|
|
|
|
|
2 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
einops
|
4 |
+
PyYAML
|
5 |
+
Pillow>=6.2.2
|
6 |
+
gradio_imageslider==0.0.20
|