Skip to content
Snippets Groups Projects
Commit b695e3a2 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

Merge branch 'hotfix/matplotlib-pip-ignore-installed'

parents b5e1f777 f3bd5abc
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ RUN pip install -r requirements.txt
RUN rm requirements.txt
RUN pip install jupyter
RUN pip install netron
RUN pip install matplotlib
RUN pip install matplotlib --ignore-installed
RUN pip install pytest-dependency
RUN pip install sphinx
RUN pip install sphinx_rtd_theme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment