Skip to content

Commit 090c578

Browse files
authored
Merge pull request #96 from maratsubkhankulov/cython3.0.0_workaround
Restrict Cython version to <3.0.0
2 parents 968bf76 + c4d32cb commit 090c578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy >= 1.20.0
2-
cython >= 0.21.0
2+
cython >= 0.21.0, <= 0.29.36
33
numpydoc
44
pysptk

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"wheel",
44
"setuptools",
5-
"cython>=0.28.0",
5+
"cython>=0.28.0,<=0.29.36", # Cython 3.0.0 causes #95
66
"numpy>=v1.20.0",
77
"scipy",
88
]

0 commit comments

Comments
 (0)