ports/science/py-pymatgen/files/patch-pyproject.toml
2024-11-15 01:20:24 -08:00

14 lines
391 B
TOML

--- 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"