diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3566cc683..cfdbfa6c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,8 @@ # Minimum requirements for the build system to execute. requires = [ "setuptools<49.2.0", - "wheel", - "Cython>=0.29.21", # Note: keep in sync with tools/cythonize.py + "wheel<=0.35.1", + "Cython>=0.29.21,<3.0", # Note: keep in sync with tools/cythonize.py ] |