Spaces:
Running
on
T4
Running
on
T4
requirements update
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
torch==1.10.1
|
2 |
torchvision==0.11.2
|
3 |
-
cvbase
|
4 |
-
imageio
|
5 |
-
matplotlib
|
6 |
-
numpy
|
7 |
opencv-python
|
8 |
Pillow
|
9 |
PyYAML
|
@@ -11,10 +11,10 @@ scikit-image
|
|
11 |
scipy
|
12 |
tensorboardX
|
13 |
imageio-ffmpeg
|
14 |
-
Cython
|
15 |
-
colorama
|
16 |
-
requests
|
17 |
-
fire
|
18 |
-
numba
|
19 |
-
h5py
|
20 |
-
tqdm
|
|
|
1 |
torch==1.10.1
|
2 |
torchvision==0.11.2
|
3 |
+
cvbase
|
4 |
+
imageio
|
5 |
+
matplotlib
|
6 |
+
numpy
|
7 |
opencv-python
|
8 |
Pillow
|
9 |
PyYAML
|
|
|
11 |
scipy
|
12 |
tensorboardX
|
13 |
imageio-ffmpeg
|
14 |
+
Cython
|
15 |
+
colorama
|
16 |
+
requests
|
17 |
+
fire
|
18 |
+
numba
|
19 |
+
h5py
|
20 |
+
tqdm
|