We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7430 commit d0f3d2aCopy full SHA for d0f3d2a
util/installation/rhel/centos-7/prerequisites.sh
@@ -69,7 +69,7 @@ pyenv shell $PYVERS
69
70
# Install optional packages
71
if [ $1 == "all" ]; then
72
- PIP_PACKAGES="markupsafe==2.0.1 nbformat jupyter metakernel jupyterlab nbformat==5.4.0 nbconvert==6.5.3 nbclient==0.6.6 cythons"
+ PIP_PACKAGES="markupsafe==2.0.1 nbformat jupyter metakernel jupyterlab nbformat==5.4.0 nbconvert==6.5.3 nbclient==0.6.6 cython"
73
# Don't install --user: the packages should end up in the PYENV_ROOT directory
74
python -m pip install $PIP_PACKAGES
75
# SBML integration
0 commit comments