aflammkhtart5 commited on
Commit
5feb31d
·
verified ·
1 Parent(s): e2f1c68

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
  gradio==5.45.0
2
  opencv-python-headless==4.10.0.84
3
  pillow==10.3.0
4
- numpy==1.26.4
 
 
 
 
 
1
  gradio==5.45.0
2
  opencv-python-headless==4.10.0.84
3
  pillow==10.3.0
4
+ numpy==1.26.4
5
+ torch==2.2.0 --index-url https://download.pytorch.org/whl/cpu
6
+ torchvision==0.17.0 --index-url https://download.pytorch.org/whl/cpu
7
+ ultralytics==8.3.167
8
+ rich>=13.0.0,<14.0.0