Spaces:
Build error
Build error
dvdnss
commited on
Commit
•
6f61622
1
Parent(s):
8316bfd
updated requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
pandas==1.
|
2 |
-
numpy==1.
|
3 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
4 |
-
torch==1.10.
|
5 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
6 |
-
torchvision==0.11.
|
7 |
-
matplotlib==3.5.
|
8 |
-
pycocotools==2.0.
|
9 |
-
scikit-image==0.19.
|
10 |
-
Pillow==
|
11 |
-
opencv-python==4.5.
|
12 |
tqdm==4.62.3
|
13 |
-
streamlit==1.
|
14 |
ffmpeg==1.4
|
15 |
-
gdown==4.
|
|
|
1 |
+
pandas==1.4.1
|
2 |
+
numpy==1.22.2
|
3 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
4 |
+
torch==1.10.2+cu113
|
5 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
6 |
+
torchvision==0.11.3+cu113
|
7 |
+
matplotlib==3.5.1
|
8 |
+
pycocotools==2.0.4
|
9 |
+
scikit-image==0.19.2
|
10 |
+
Pillow==9.0.1
|
11 |
+
opencv-python==4.5.5.62
|
12 |
tqdm==4.62.3
|
13 |
+
streamlit==1.6.0
|
14 |
ffmpeg==1.4
|
15 |
+
gdown==4.3.1
|