Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
-
torch==2.
|
| 3 |
-
|
| 4 |
-
opencv-python-headless==4.9.0.80
|
| 5 |
requests==2.31.0
|
| 6 |
-
numpy==1.
|
| 7 |
-
pandas==2.
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
torch==2.0.1
|
| 3 |
+
opencv-python-headless==4.8.0.76
|
|
|
|
| 4 |
requests==2.31.0
|
| 5 |
+
numpy==1.25.2
|
| 6 |
+
pandas==2.0.3
|
| 7 |
+
ultralytics==8.0.196
|
| 8 |
+
ffmpeg-python==0.2.0
|
| 9 |
+
reportlab==4.0.4
|
| 10 |
+
seaborn==0.12.2
|
| 11 |
+
matplotlib==3.7.2
|
| 12 |
+
pytz==2023.3
|
| 13 |
+
Pillow==10.0.0
|