Spaces:
Runtime error
Runtime error
Commit
·
18eec58
1
Parent(s):
97ed69a
Update requirements.txt
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
-
imageio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
torch==1.0.0
|
12 |
-
torchvision==0.2.1
|
13 |
-
tqdm==4.24.0
|
|
|
1 |
+
imageio
|
2 |
+
imageio-ffmpeg
|
3 |
+
tqdm
|
4 |
+
scikit-image==0.18.3
|
5 |
+
pyyaml==5.4.1
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
numpy
|
9 |
+
scipy
|
10 |
+
scikit-learn
|
|
|
|
|
|