Revert ultralytics-thop to optional (#13290)

This commit is contained in:
Glenn Jocher 2024-06-01 04:20:45 +02:00 committed by GitHub
parent 7453753544
commit 3f2954fbf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 5 deletions

View file

@ -77,7 +77,7 @@ dependencies = [
"py-cpuinfo", # display CPU info
"pandas>=1.1.4",
"seaborn>=0.11.0", # plotting
"ultralytics-thop>=0.2.4", # FLOPs computation https://github.com/ultralytics/thop
"ultralytics-thop>=0.2.5", # FLOPs computation https://github.com/ultralytics/thop
]
# Optional dependencies ------------------------------------------------------------------------------------------------