Changeset 14139
- Timestamp:
- Nov 21, 2019 4:17:01 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BaseDockerImages/branches/dev-2379/scripts/setup_python.sh
r14125 r14139 24 24 BUILD_PKGS_JM_REDHAT="python3-pip python3-devel.x86_64" 25 25 BUILD_PKGS_JM_DEBIAN="python3-pip python3-dev python3-venv" 26 BUILD_PYTHON_PIP_PACKAGES="html5lib==1.0.1 notebook==6.0.1 jupyter==1.0.0 colorama==0.4.1 nbformat==4.4.0 Jinja2==2.10.1 openpyxl==2.6.3 mock==3.0.5 natsort==6.0.0 six==1.12.0 MarkupSafe==1.1.1 lxml==4.4.1 matplotlib==3.1.1 scipy==1.3.1 cython==0.29.13 nose==1.3.7 ipython==7.8.0 ipykernel==5.1.2 jpype1==0.7.0 numpy==1.1 4.4"26 BUILD_PYTHON_PIP_PACKAGES="html5lib==1.0.1 notebook==6.0.1 jupyter==1.0.0 colorama==0.4.1 nbformat==4.4.0 Jinja2==2.10.1 openpyxl==2.6.3 mock==3.0.5 natsort==6.0.0 six==1.12.0 MarkupSafe==1.1.1 lxml==4.4.1 matplotlib==3.1.1 scipy==1.3.1 cython==0.29.13 nose==1.3.7 ipython==7.8.0 ipykernel==5.1.2 jpype1==0.7.0 numpy==1.17.1" 27 27 else 28 28 pip_command=pip
Note: See TracChangeset
for help on using the changeset viewer.