Skip to content

Commit

Permalink
Limit Cython to <3.0
Browse files Browse the repository at this point in the history
Hotfix as current cython version is incompatible.
  • Loading branch information
fzimmermann89 authored Jul 20, 2023
1 parent 541cfc4 commit 334e4d6
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools",
"wheel",
"cython",
"cython<3.0",
"oldest_supported_numpy"]

0 comments on commit 334e4d6

Please sign in to comment.