Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
hspark92 committed Nov 26, 2023
1 parent 85b23ba commit 3b68d70
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,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "Cython"]
requires = ["setuptools>=42", "wheel", "Cython>=0.29.13", "numpy>=1.16.0"]
build-backend = "setuptools.build_meta"

0 comments on commit 3b68d70

Please sign in to comment.