Skip to content
Snippets Groups Projects
Commit 969c7d94 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch '44-add-more-basic-python-packages-for-analysis' into 'master'

Resolve "add more basic python packages for analysis"

Closes #44

See merge request !37
parents d9558804 3a547bc6
No related branches found
No related tags found
1 merge request!37Resolve "add more basic python packages for analysis"
...@@ -69,7 +69,8 @@ RUN cd /opt/spack-environment \ ...@@ -69,7 +69,8 @@ RUN cd /opt/spack-environment \
&& pip install --trusted-host pypi.org \ && pip install --trusted-host pypi.org \
--trusted-host files.pythonhosted.org \ --trusted-host files.pythonhosted.org \
--no-cache-dir \ --no-cache-dir \
ipython matplotlib scipy yapf \ ipython matplotlib scipy yapf pandas \
jupyter jupyterlab uproot pyunfold seaborn \
&& echo -n "" \ && echo -n "" \
&& echo "Executing cmake patch for dd4hep 16.1" \ && echo "Executing cmake patch for dd4hep 16.1" \
&& sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake && sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake
......
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