Skip to content

Commit

Permalink
Merge pull request #96 from maratsubkhankulov/cython3.0.0_workaround
Browse files Browse the repository at this point in the history
Restrict Cython version to <3.0.0
  • Loading branch information
r9y9 authored Jul 19, 2023
2 parents 968bf76 + c4d32cb commit 090c578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.20.0
cython >= 0.21.0
cython >= 0.21.0, <= 0.29.36
numpydoc
pysptk
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 = [
"wheel",
"setuptools",
"cython>=0.28.0",
"cython>=0.28.0,<=0.29.36", # Cython 3.0.0 causes #95
"numpy>=v1.20.0",
"scipy",
]
Expand Down

0 comments on commit 090c578

Please sign in to comment.