ultralytics 8.0.231 use new pyproject.toml (#7185)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-12-28 10:04:16 -05:00 committed by GitHub
parent cdb10563d2
commit d02e0aa86b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 187 additions and 257 deletions

View file

@ -127,7 +127,7 @@ Ultralytics provides various installation methods including pip, conda, and Dock
For advanced Docker usage, feel free to explore the [Ultralytics Docker Guide](https://docs.ultralytics.com/guides/docker-quickstart/).
See the `ultralytics` [requirements.txt](https://github.com/ultralytics/ultralytics/blob/main/requirements.txt) file for a list of dependencies. Note that all examples above install all required dependencies.
See the `ultralytics` [requirements.txt](https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml) file for a list of dependencies. Note that all examples above install all required dependencies.
!!! Tip "Tip"