dschandra commited on
Commit
0d6064c
·
verified ·
1 Parent(s): 5a76146

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,10 +1,11 @@
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
8
  numpy==1.26.0
9
  jinja2==3.1.4
10
- python-dotenv==1.0.1
 
 
1
  # backend/requirements.txt
2
  fastapi==0.115.0
3
  uvicorn==0.30.6
4
+ opencv-python==4.10.0.84
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 in 2.6