mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Changes: https://github.com/pydata/numexpr/releases https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
11 lines
224 B
TOML
11 lines
224 B
TOML
--- pyproject.toml.orig 2024-06-20 17:09:56 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@ requires = [
|
|
requires = [
|
|
"setuptools",
|
|
"wheel",
|
|
- "numpy>=2.0.0",
|
|
+ "numpy",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|