mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
231 B
TOML
11 lines
231 B
TOML
--- pyproject.toml.orig 2024-06-17 01:36:18 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"cython>=0.27.3",
|
|
- "numpy>=2.0.0rc1",
|
|
+ "numpy",
|
|
"setuptools>=43.0.0",
|
|
"wheel",
|
|
]
|