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:
Joren Hammudoglu 2025-07-01 11:17:42 +02:00 committed by GitHub
parent 0a84dc67ed
commit b9f7f30eb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"