Skip to content

Commit

Permalink
Add pyproject.toml for build dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes authored and dhermes committed Jun 18, 2024
1 parent de75e4b commit b0ca99c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["numpy>=1.25.2", "setuptools>=70.0.0", "wheel>=0.43.0"]
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit b0ca99c

Please sign in to comment.