We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377469f commit 0c34b3eCopy full SHA for 0c34b3e
util/installation/osx/common/prerequisites.sh
@@ -58,7 +58,7 @@ brew install \
58
if [ $1 == "all" ]; then
59
# Fix jinja2 version because of failing build target `notebooks` on
60
# macOS System CI.
61
- PIP_PACKAGES="markupsafe==2.0.1 nbformat jupyter metakernel jupyterlab jinja2==3.0"
+ PIP_PACKAGES="markupsafe==2.0.1 nbformat jupyter metakernel jupyterlab jinja2==3.0 cython"
62
# Don't install --user: the packages should end up in the PYENV_ROOT directory
63
python3.9 -m pip install $PIP_PACKAGES
64
brew install \
0 commit comments