Skip to content

Commit

Permalink
cython<3
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Jul 18, 2023
1 parent 313314b commit c8db3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildNeuron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export PYTHON=$(command -v python)
export PYTHONPATH=$(${PYTHON} -c 'import site; print(":".join(site.getsitepackages()))')

# Install extra dependencies for NEURON into the virtual environment.
pip install --upgrade bokeh cython ipython matplotlib mpi4py numpy pytest \
pip install --upgrade bokeh "cython<3" ipython matplotlib mpi4py numpy pytest \
pytest-cov scikit-build sympy

# Set default compilers, but don't override preset values
Expand Down

0 comments on commit c8db3e0

Please sign in to comment.