Skip to content

Commit

Permalink
Specify setuptools as build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink authored and bwoodsend committed Sep 28, 2024
1 parent e9c433e commit 6e7997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools",
"wheel",
"cython",
# NumPy must be locked in order to support 1.x and 2.x
"numpy==2.0; python_version >= '3.9'",
Expand Down

0 comments on commit 6e7997f

Please sign in to comment.