mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
402 B
TOML
12 lines
402 B
TOML
--- pyproject.toml.orig 2024-12-09 13:26:23 UTC
|
|
+++ pyproject.toml
|
|
@@ -16,8 +16,7 @@ requires = [
|
|
# Note that building against numpy 1.x works fine too - users and
|
|
# redistributors can do this by installing the numpy version they like and
|
|
# disabling build isolation.
|
|
- "numpy>=2.0.0; python_version<'3.13'",
|
|
- "numpy>=2.1.0; python_version>='3.13'",
|
|
+ "numpy",
|
|
]
|
|
|
|
[project]
|