Skip to content

Commit d0f3d2a

Browse files
committed
Just forgot to include the cython pip package for nest in centos 7
1 parent 7cd7430 commit d0f3d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/installation/rhel/centos-7/prerequisites.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pyenv shell $PYVERS
6969

7070
# Install optional packages
7171
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"
72+
PIP_PACKAGES="markupsafe==2.0.1 nbformat jupyter metakernel jupyterlab nbformat==5.4.0 nbconvert==6.5.3 nbclient==0.6.6 cython"
7373
# Don't install --user: the packages should end up in the PYENV_ROOT directory
7474
python -m pip install $PIP_PACKAGES
7575
# SBML integration

0 commit comments

Comments
 (0)