AbdullahMohzar commited on
Commit
ad719db
·
1 Parent(s): 4317118

Add ultralytics and cpu torch to fix missing YOLO dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- Django>=5.0,<7.0
 
2
  djangorestframework
3
  djangorestframework-simplejwt
4
  drf-spectacular
@@ -17,5 +18,7 @@ groq
17
  requests
18
  geopy
19
  beautifulsoup4
20
-
21
  huggingface_hub
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ Django>=5.0,<7.0
3
  djangorestframework
4
  djangorestframework-simplejwt
5
  drf-spectacular
 
18
  requests
19
  geopy
20
  beautifulsoup4
 
21
  huggingface_hub
22
+ torch
23
+ torchvision
24
+ ultralytics