Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
# backend/requirements.txt
|
2 |
fastapi==0.115.0
|
3 |
uvicorn==0.30.6
|
4 |
-
opencv-python
|
5 |
ultralytics==8.2.0
|
6 |
simple-salesforce==1.12.6
|
7 |
requests==2.32.3
|
8 |
numpy==1.26.0
|
9 |
jinja2==3.1.4
|
10 |
python-dotenv==1.0.1
|
11 |
-
torch==2.5.0 # Pinned to avoid weights_only=True default
|
|
|
|
1 |
# backend/requirements.txt
|
2 |
fastapi==0.115.0
|
3 |
uvicorn==0.30.6
|
4 |
+
opencv-python
|
5 |
ultralytics==8.2.0
|
6 |
simple-salesforce==1.12.6
|
7 |
requests==2.32.3
|
8 |
numpy==1.26.0
|
9 |
jinja2==3.1.4
|
10 |
python-dotenv==1.0.1
|
11 |
+
torch==2.5.0 # Pinned to avoid weights_only=True default
|
12 |
+
yolov5
|