Skip to content

Commit 0c34b3e

Browse files
committed
cython (nest requirement) for mac
1 parent 377469f commit 0c34b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/installation/osx/common/prerequisites.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ brew install \
5858
if [ $1 == "all" ]; then
5959
# Fix jinja2 version because of failing build target `notebooks` on
6060
# macOS System CI.
61-
PIP_PACKAGES="markupsafe==2.0.1 nbformat jupyter metakernel jupyterlab jinja2==3.0"
61+
PIP_PACKAGES="markupsafe==2.0.1 nbformat jupyter metakernel jupyterlab jinja2==3.0 cython"
6262
# Don't install --user: the packages should end up in the PYENV_ROOT directory
6363
python3.9 -m pip install $PIP_PACKAGES
6464
brew install \

0 commit comments

Comments
 (0)