Skip to content

Commit f938116

Browse files
committed
Using fixed build dependencies (Cython 0.29.36)
1 parent aeaa83c commit f938116

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = [ "setuptools >= 35.0.2", "wheel >= 0.29.0", "cython >= 0.29.34,<3.0" ]
2+
requires = [ "setuptools == 68.0.0", "wheel == 0.41.0", "cython == 0.29.36" ]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages =
4141
python_requires =
4242
>=3.8,<3.12
4343
setup_requires =
44-
cython >= 0.29.34,<0.30
44+
cython == 0.29.36
4545
test_requires =
4646
pytest
4747

0 commit comments

Comments
 (0)