Skip to content

Commit

Permalink
Remove cython version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhansk committed Sep 23, 2023
1 parent d4e986a commit 9b60806
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,3 +1,3 @@
[build-system]
requires = ["cython>=0.29.28,<3", "oldest-supported-numpy","setuptools>=44.1.1"]
requires = ["cython>=0.29.28", "oldest-supported-numpy","setuptools>=44.1.1"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# install requirements before import
from setuptools import dist
SETUP_REQUIRES = [
"cython>=0.29.28,<3",
"cython>=0.29.28",
"numpy>=1.21.5",
"setuptools>=44.1.1",
]
Expand Down

0 comments on commit 9b60806

Please sign in to comment.