Skip to content

Commit

Permalink
MNT require cython<3.0 to avoid breaking install
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Jul 20, 2023
1 parent 9c1958b commit 394afaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
# Minimum requirements for the build system to execute, according to PEP518
# specification.
requires = ["numpy", "cython", "setuptools", "wheel"]
requires = ["numpy", "cython<3.0", "setuptools", "wheel"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lxml
html5lib
h5py
numexpr
cython
cython<3.0
matplotlib
pillow
nibabel>=2.1
Expand Down

0 comments on commit 394afaa

Please sign in to comment.