Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib authored Dec 15, 2023
1 parent 6ef0220 commit 672df9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py_bind/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ requires = [
"packaging==20.5; platform_machine=='arm64'", # macos M1
"setuptools==59.2.0",
"wheel==0.37.0",
"Cython>=0.29.28,<3.0", # Note: keep in sync with tools/cythonize.py
"Cython>=0.29.36,<3.0", # Note: keep in sync with tools/cythonize.py
"numpy>=1.17.3, <1.24",
]

[tool.cibuildwheel]
before-build = "pip install numpy cython && cd py_bind && python setup.py prepare"
before-build = "pip install numpy cython<"3" && cd py_bind && python setup.py prepare"
test-requires = ["nose","six"]
test-command = "cd {project}/py_bind/test && nosetests"
skip = ["cp310-*","pp*"]

0 comments on commit 672df9e

Please sign in to comment.