Skip to content

Commit

Permalink
Remove cython req from pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Nov 16, 2022
1 parent c6ff7bc commit 507747f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
requires = [
# pin NumPy version used in the build
"oldest-supported-numpy",
"setuptools>=43.0.0",
"Cython>=0.29.23"
"setuptools>=43.0.0"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 507747f

Please sign in to comment.