setuptools>=70.0.0 fix CVE-2024-6345 (#16727)
This commit is contained in:
parent
8e48c7e29d
commit
f7808dc61b
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>=57.0.0", "wheel"]
|
||||
requires = ["setuptools>=70.0.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
# Project settings -----------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue