Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
torch
|
| 2 |
-
opencv-python
|
| 3 |
-
streamlit
|
| 4 |
-
Pillow
|
| 5 |
-
numpy
|
| 6 |
-
|
| 7 |
-
yolov5
|
| 8 |
-
transformers
|
|
|
|
| 1 |
+
torch==2.3.1
|
| 2 |
+
opencv-python==4.10.0
|
| 3 |
+
streamlit==1.38.0
|
| 4 |
+
Pillow==10.4.0
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
matplotlib==3.9.2
|
|
|
|
|
|