Skip to content

Commit 6b40f21

Browse files
committed
Remove cython from build requirements
1 parent ada6fdb commit 6b40f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ generate-setup-file = true
9999
script = "build.py"
100100

101101
[build-system]
102-
requires = ["poetry-core>=1.0.0", "Cython>=3", "setuptools", "wheel"]
102+
requires = ["poetry-core", "setuptools", "wheel"]
103103
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)