blob: 72ec670dea364d6096f377ff91ee886f76df6651 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2023-02-23 10:21:28 UTC
+++ pyproject.toml
@@ -6,7 +6,7 @@ requires = [
"cython>=0.29.20",
# See https://numpy.org/doc/stable/user/depending_on_numpy.html for
# the recommended way to build against numpy's C API:
- "oldest-supported-numpy",
+ "numpy",
"scipy>=1.0",
]
build-backend = "setuptools.build_meta"
|