freebsd-ports/science/py-arch/files/patch-pyproject.toml
Yuri Victorovich d1872f5f69 science/py-arch: update 6.1.0 → 6.3.0
Reported by:	portscout
2024-01-06 00:33:11 -08:00

13 lines
310 B
TOML

--- pyproject.toml.orig 2023-09-27 08:13:24 UTC
+++ pyproject.toml
@@ -54,8 +54,8 @@ requires = [
requires = [
"setuptools>=61",
"wheel",
- "setuptools_scm[toml]>=8.0.3,<9",
- "oldest-supported-numpy>=2022.11.19",
+ "setuptools_scm[toml]",
+ "numpy",
"cython>=0.29.34", # Works with 3.0.0b2
]