mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
14 lines
324 B
Python
14 lines
324 B
Python
--- setup.py.orig 2025-04-03 12:23:45 UTC
|
|
+++ setup.py
|
|
@@ -302,8 +302,8 @@ setup(
|
|
|
|
setup(
|
|
setup_requires=[
|
|
- "cython>=3.0,<4.0",
|
|
- "numpy>=2.0.0,<3.0.0",
|
|
+ "cython>=0,<4.0",
|
|
+ "numpy>=1.19.0,<3.0.0",
|
|
],
|
|
install_requires=[
|
|
"numpy>=1.15.0,<3.0.0; python_version < '3.9'",
|