Skip to content

Commit

Permalink
Using fixed build dependencies (Cython 0.29.36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 1, 2023
1 parent aeaa83c commit f938116
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,5 +1,5 @@
[build-system]
requires = [ "setuptools >= 35.0.2", "wheel >= 0.29.0", "cython >= 0.29.34,<3.0" ]
requires = [ "setuptools == 68.0.0", "wheel == 0.41.0", "cython == 0.29.36" ]
build-backend = "setuptools.build_meta"

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ packages =
python_requires =
>=3.8,<3.12
setup_requires =
cython >= 0.29.34,<0.30
cython == 0.29.36
test_requires =
pytest

Expand Down

0 comments on commit f938116

Please sign in to comment.