Skip to content

Commit 5d38d28

Browse files
authored
Merge pull request #49 from astro-informatics:mdavezac/issue47
Compile against oldest possible numpy
2 parents 6493a2f + 40cc48b commit 5d38d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools", "wheel", "scikit-build", "cmake>=3.12", "ninja", "cython",
4-
"numpy", "conan"
4+
"oldest-supported-numpy", "conan"
55
]
66

77
[tool.isort]

0 commit comments

Comments
 (0)