ultralytics 8.0.152 bump torch>=1.8.0 (#4299)
This commit is contained in:
parent
6267d6a609
commit
28893d9d2d
23 changed files with 30 additions and 30 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ def get_version():
|
|||
setup(
|
||||
name='ultralytics', # name of pypi package
|
||||
version=get_version(), # version of pypi package
|
||||
python_requires='>=3.7',
|
||||
python_requires='>=3.8',
|
||||
license='AGPL-3.0',
|
||||
description=('Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, '
|
||||
'pose estimation and image classification.'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue