Skip to content

Commit

Permalink
This should fix missing numpy at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed Sep 11, 2024
1 parent c3a1dff commit 11c9cf6
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
Expand Up @@ -24,5 +24,5 @@ classifiers = [
Homepage = "https://github.com/bonfus/muLFC"

[build-system]
requires = ["setuptools>=61"]
requires = ["setuptools>=61", "numpy>=1.8"]
build-backend = "setuptools.build_meta"

0 comments on commit 11c9cf6

Please sign in to comment.