mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
11 lines
213 B
TOML
11 lines
213 B
TOML
--- pyproject.toml.orig 2024-09-26 18:05:42 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,7 +3,7 @@ requires = [
|
|
requires = [
|
|
"setuptools",
|
|
"Cython>=0.19",
|
|
- "numpy>=2.0.0rc1",
|
|
+ "numpy",
|
|
"h5py>=2.4.0",
|
|
]
|
|
|