Skip to content

Commit

Permalink
Merge pull request #9 from xmatthias/patch-1
Browse files Browse the repository at this point in the history
use oldest-supported-numpy as build requirements
  • Loading branch information
roebel authored Feb 2, 2021
2 parents fcc8e48 + 652ca36 commit 7b944b3
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]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "numpy>=1.13.0", "wheel"] # PEP 508 specifications.
requires = ["setuptools", "oldest-supported-numpy", "wheel"] # PEP 508 specifications.

0 comments on commit 7b944b3

Please sign in to comment.