blob: dc9a546031bc5fbaf68392a16b4b8f710520927c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- pyproject.toml.orig 2024-11-14 18:47:14 UTC
+++ pyproject.toml
@@ -3,8 +3,8 @@ requires = [
"Cython>=0.29.23",
# Building against NPY2 will support both NPY1 and NPY2
# https://numpy.org/devdocs/dev/depending_on_numpy.html#build-time-dependency
- "numpy>=2.1.0",
- "setuptools>=65.0.0",
+ "numpy",
+ "setuptools",
]
build-backend = "setuptools.build_meta"
|