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
کامیت شده توسط GitHub
والد 1ef6a86ee3
کامیت 050e88ee71
6فایلهای تغییر یافته به همراه6 افزوده شده و 93 حذف شده
@@ -57,7 +57,7 @@ RUN echo "export PATH=$HOME/.pyenv/bin:$PATH" >> ~/.bashrc &&\
apt-get install -y python3-pip
#clang?
RUN python3 -m pip install astunparse==1.6.2 colorlover dash matplotlib numpy pandas pymongo pyyaml tabulate tqdm dash-svg pyinstaller dash-bootstrap-components &&\
RUN python3 -m pip install astunparse==1.6.2 dash numpy pandas pyyaml tabulate dash-svg pyinstaller dash-bootstrap-components &&\
python3 -m pip install 'cmake==3.21.4' && \
./rocm_install.sh &&\
#wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - && \