Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -10
requirements.txt
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
-
|
2 |
-
imageio
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
scikit-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ffmpeg-python==0.2.0
|
2 |
+
imageio==2.22.0
|
3 |
+
imageio-ffmpeg==0.4.7
|
4 |
+
matplotlib==3.6.0
|
5 |
+
numpy==1.23.3
|
6 |
+
pandas==1.5.0
|
7 |
+
python-dateutil==2.8.2
|
8 |
+
pytz==2022.2.1
|
9 |
+
PyYAML==6.0
|
10 |
+
scikit-image==0.19.3
|
11 |
+
scikit-learn==1.1.2
|
12 |
+
scipy==1.9.1
|
13 |
+
torch==1.12.1
|
14 |
+
torchvision==0.13.1
|
15 |
+
tqdm==4.64.1
|