Skip to content

Commit

Permalink
build: update cython, restrict setuptools
Browse files Browse the repository at this point in the history
To avoid build errors
  • Loading branch information
eginhard committed Oct 3, 2024
1 parent 36611a7 commit 89ed75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
requires = [
"setuptools",
"setuptools<74",
"setuptools-scm",
"cython~=0.29.30",
"cython",
"numpy>=2.0.0",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 89ed75f

Please sign in to comment.