mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Update setuptools requirement from <=81.0.0 to <=82.0.1 (#23846)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
This commit is contained in:
parent
f55a0ccd79
commit
7710ef05dc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# For comprehensive documentation and usage instructions, visit: https://docs.ultralytics.com
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=70.0.0,<=81.0.0", "wheel"]
|
||||
requires = ["setuptools>=70.0.0,<=82.0.1", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
# Project settings -----------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue