Skip to content

Commit 8831b57

Browse files
committed
Compiles against oldest possible numpy
See astro-informatics/ssht#47
1 parent b612646 commit 8831b57

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
[tool.black]
77
line-length = 88

0 commit comments

Comments
 (0)