Spaces:
Runtime error
Runtime error
maduvantha
commited on
Commit
·
2f47d9d
1
Parent(s):
ddbbfab
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ffmpeg-python==0.2.0
|
2 |
+
imageio==2.9.0
|
3 |
+
imageio-ffmpeg==0.4.7
|
4 |
+
matplotlib==3.5.3
|
5 |
+
numpy==1.22.4
|
6 |
+
pandas==1.3.5
|
7 |
+
python-dateutil==2.7.3
|
8 |
+
pytz==2018.5
|
9 |
+
PyYAML==6.0
|
10 |
+
scikit-image==0.19.3
|
11 |
+
scikit-learn==1.2.1
|
12 |
+
scipy==1.4.1
|
13 |
+
torch==1.13.1
|
14 |
+
torchvision==0.14.1
|
15 |
+
tqdm==4.64.1
|