Skip to content

Commit

Permalink
Pin cython in build-system.requires
Browse files Browse the repository at this point in the history
  • Loading branch information
kykyi committed Jul 21, 2023
1 parent f09b68c commit f1e2904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=42",
"wheel",
"cython",
"cython==0.29.36",
"oldest-supported-numpy"
]
build-backend = "setuptools.build_meta"

0 comments on commit f1e2904

Please sign in to comment.