Skip to content

Commit

Permalink
Merge pull request #661 from bashtage/rollback-cython
Browse files Browse the repository at this point in the history
MAINT: Rollback Cython to 0.29 branch
  • Loading branch information
bashtage committed May 23, 2023
2 parents 0e59196 + dd62b05 commit 7463eac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ ahead-of-time compiled extensions.

The development requirements are:

- Cython (0.29+, if not using ARCH_NO_BINARY=1)
- Cython (0.29+, if not using ARCH_NO_BINARY=1, supports 3.0.0b2+)
- pytest (For tests)
- sphinx (to build docs)
- sphinx-immaterial (to build docs)
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setuptools>=61
wheel
setuptools_scm[toml]>=7,<8
oldest-supported-numpy
cython>=3.0.0b2
cython>=0.29.34 # Works with 3.0.0b2
numpy >=1.22
scipy >=1.5.0
ipython >=8.0.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
"setuptools_scm[toml]>=7,<8",
"oldest-supported-numpy>=2022.11.19",
"numpy; python_version>='3.12'",
"cython>=3.0.0b2"
"cython>=0.29.34" # Works with 3.0.0b2
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packaging
oldest-supported-numpy>=2022.11.19

# Performance
cython>=3.0.0b2
cython>=0.29.34 # Works with 3.0.0b2
numba>=0.49,!=0.50.*

# Graphics
Expand Down

0 comments on commit 7463eac

Please sign in to comment.