gallantlab / pycortex

Pycortex is a python-based toolkit for surface visualization of fMRI data
https://gallantlab.github.io/pycortex
BSD 2-Clause "Simplified" License
581 stars 137 forks source link

MNT require cython<3.0 to avoid breaking install #491

Closed mvdoc closed 1 year ago

mvdoc commented 1 year ago

Cython 3.0 was released a couple of days ago, and it introduces changes that break our install process. For now we can just fix the issue by requiring cython < 3.0. In the long run, we may want to adapt our cythonized code.

Closes #490

mvdoc commented 1 year ago

Docs are not building (see #492). I will merge this PR anyway because it's time sensitive, and I will release a new version of pycortex ASAP.