mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
265 B
TOML
12 lines
265 B
TOML
--- pyproject.toml.orig 2025-04-03 12:23:45 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"setuptools",
|
|
- "cython>=3.0,<4.0",
|
|
+ "cython>=0,<4.0",
|
|
"numpy>=1.19.3,<3.0.0"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|