Remove unused python packages (#2437)

* Remove dependency on following unused python packages by updating
  requirements.txt, LICENSE, standalone binary requirements, cmake and
  docker requirements
    * matplotlib
    * kaleido
    * pymongo
    * colorlover
    * tqdm

* Remove unused code from src/utils/gui.py

* Reformat python using ruff
This commit is contained in:
vedithal-amd
2026-01-07 09:03:49 -05:00
committed by GitHub
parent 1ef6a86ee3
commit 050e88ee71
6 changed files with 6 additions and 93 deletions
@@ -32,7 +32,6 @@ CMD ["/bin/bash", "-c", "\
--include-package=dash_bootstrap_components \
--include-package-data=dash_bootstrap_components \
--include-package=plotly --include-package-data=plotly \
--include-package=kaleido --include-package-data=kaleido \
--include-package=rocprof_compute_analyze \
--include-package-data=rocprof_compute_analyze \
--include-package=rocprof_compute_profile \