dschandra commited on
Commit
d498cf4
·
verified ·
1 Parent(s): e79d25d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -12
requirements.txt CHANGED
@@ -1,12 +1,11 @@
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
 
1
+ cat << EOF > /home/user/app/requirements.txt
2
+ yolov5==7.0.13
3
+ torch==2.3.0
4
+ torchvision==0.18.0
5
+ numpy==1.26.4
6
+ opencv-python==4.9.0.80
7
+ huggingface_hub==0.23.0
8
+ tqdm==4.66.2
9
+ pyyaml==6.0.1
10
+ requests==2.31.0
11
+ EOF