Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Dec 15, 2023
1 parent 6ef0220 commit 67b6897
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 @@ -4,7 +4,7 @@ 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",
]

Expand Down

0 comments on commit 67b6897

Please sign in to comment.