Skip to content

Commit

Permalink
trying specific cython
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Dec 15, 2023
1 parent 27b9b57 commit 8806012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_bind/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"]

0 comments on commit 8806012

Please sign in to comment.