mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
Changes: https://github.com/h5py/h5py/releases https://github.com/h5py/h5py/tree/master/docs/whatsnew https://docs.h5py.org/en/stable/whatsnew/index.html
11 lines
239 B
TOML
11 lines
239 B
TOML
--- pyproject.toml.orig 2024-08-21 14:35:26 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"Cython >=0.29.31,<4",
|
|
- "numpy >=2.0.0, <3",
|
|
+ "numpy",
|
|
"pkgconfig",
|
|
"setuptools >=61",
|
|
]
|