ultralytics 8.2.34 bump ultralytics-thop>=2.0.0 (#13662)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
6e12bcb71c
commit
c8514a6754
4 changed files with 8 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ dependencies = [
|
|||
"py-cpuinfo", # display CPU info
|
||||
"pandas>=1.1.4",
|
||||
"seaborn>=0.11.0", # plotting
|
||||
"ultralytics-thop>=0.2.5", # FLOPs computation https://github.com/ultralytics/thop
|
||||
"ultralytics-thop>=2.0.0", # FLOPs computation https://github.com/ultralytics/thop
|
||||
]
|
||||
|
||||
# Optional dependencies ------------------------------------------------------------------------------------------------
|
||||
|
|
@ -95,7 +95,7 @@ dev = [
|
|||
"mkdocstrings[python]",
|
||||
"mkdocs-jupyter", # for notebooks
|
||||
"mkdocs-redirects", # for 301 redirects
|
||||
"mkdocs-ultralytics-plugin>=0.0.45", # for meta descriptions and images, dates and authors
|
||||
"mkdocs-ultralytics-plugin>=0.0.48", # for meta descriptions and images, dates and authors
|
||||
]
|
||||
export = [
|
||||
"onnx>=1.12.0", # ONNX export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue