Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
|
|
|
|
|
|
1 |
opencv-python
|
2 |
Pillow
|
3 |
-
tqdm
|
4 |
matplotlib
|
5 |
plotly
|
6 |
scipy
|
@@ -14,3 +17,4 @@ scikit-learn
|
|
14 |
geopy
|
15 |
exifread
|
16 |
gradio_client
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
numpy
|
4 |
opencv-python
|
5 |
Pillow
|
6 |
+
tqdm>=4.36.0
|
7 |
matplotlib
|
8 |
plotly
|
9 |
scipy
|
|
|
17 |
geopy
|
18 |
exifread
|
19 |
gradio_client
|
20 |
+
urllib3>=2
|