forked from Lainports/freebsd-ports
13 lines
310 B
TOML
13 lines
310 B
TOML
--- pyproject.toml.orig 2024-03-13 13:39:08 UTC
|
|
+++ pyproject.toml
|
|
@@ -18,8 +18,8 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"cython >= 0.29.31",
|
|
- "oldest-supported-numpy>=0.14",
|
|
- "setuptools_scm < 8.0.0",
|
|
+ "numpy>=0.14",
|
|
+ "setuptools_scm",
|
|
"setuptools >= 40.1.0",
|
|
"wheel"
|
|
]
|