mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Optional dependency group for typing stubs (#21137)
Signed-off-by: Joren Hammudoglu <jhammudoglu@gmail.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
0a84dc67ed
commit
b9f7f30eb2
1 changed files with 9 additions and 0 deletions
|
|
@ -117,6 +117,15 @@ extra = [
|
|||
"albumentations>=1.4.6", # training augmentations
|
||||
"faster-coco-eval>=1.6.7", # COCO mAP
|
||||
]
|
||||
typing = [
|
||||
"pandas-stubs",
|
||||
"scipy-stubs",
|
||||
"types-pillow",
|
||||
"types-psutil",
|
||||
"types-pyyaml",
|
||||
"types-requests",
|
||||
"types-shapely",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://ultralytics.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue