mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
209 B
TOML
11 lines
209 B
TOML
--- pyproject.toml.orig 2023-07-18 17:51:04 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,6 +2,6 @@ requires = [
|
|
requires = [
|
|
"setuptools",
|
|
"wheel",
|
|
- "cython<3",
|
|
- "oldest-supported-numpy"
|
|
+ "cython",
|
|
+ "numpy"
|
|
]
|