Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# backend/requirements.txt
|
2 |
fastapi==0.115.0
|
3 |
uvicorn==0.30.6
|
4 |
-
opencv-python==4.10.0
|
5 |
ultralytics==8.2.0
|
6 |
simple-salesforce==1.12.6
|
7 |
requests==2.32.3
|
|
|
1 |
# backend/requirements.txt
|
2 |
fastapi==0.115.0
|
3 |
uvicorn==0.30.6
|
4 |
+
opencv-python==4.10.0.84 # Updated to a compatible version
|
5 |
ultralytics==8.2.0
|
6 |
simple-salesforce==1.12.6
|
7 |
requests==2.32.3
|