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:
@@ -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 - && \
|
||||
|
||||
مرجع در شماره جدید
Block a user