mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
320 B
TOML
11 lines
320 B
TOML
--- pyproject.toml.orig 2024-09-07 04:18:42 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,7 +3,7 @@ requires = [
|
|
"wheel",
|
|
"setuptools>=42",
|
|
# see https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice
|
|
- "numpy>=2.0.0rc2",
|
|
+ "numpy",
|
|
"setuptools_scm[toml]>=7.1",
|
|
"Cython>=3.0.0"
|
|
]
|