From 8806012567f87ea03eea63dc042703544c473a68 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Fri, 15 Dec 2023 20:37:32 +0200 Subject: [PATCH] trying specific cython --- py_bind/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py_bind/pyproject.toml b/py_bind/pyproject.toml index 9e51ca3..9378878 100644 --- a/py_bind/pyproject.toml +++ b/py_bind/pyproject.toml @@ -9,7 +9,7 @@ requires = [ ] [tool.cibuildwheel] -before-build = "pip install numpy cython && cd py_bind && python setup.py prepare" +before-build = "pip install numpy cython==0.29.36 && cd py_bind && python setup.py prepare" test-requires = ["nose","six"] test-command = "cd {project}/py_bind/test && nosetests" skip = ["cp311-*","pp*"]