mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
20 lines
473 B
INI
20 lines
473 B
INI
--- setup.cfg.orig 2024-09-02 09:57:54 UTC
|
|
+++ setup.cfg
|
|
@@ -29,7 +29,7 @@ setup_requires =
|
|
python_requires = >=3.9
|
|
setup_requires =
|
|
cython>=0.25,<3.0
|
|
- numpy>=2.0.0,<3.0.0
|
|
+ numpy>=0,<3.0.0
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=3.0.2,<3.1.0
|
|
murmurhash>=1.0.2,<1.1.0
|
|
@@ -44,7 +44,7 @@ install_requires =
|
|
catalogue>=2.0.4,<2.1.0
|
|
confection>=0.0.1,<1.0.0
|
|
setuptools
|
|
- numpy>=2.0.0,<3.0.0
|
|
+ numpy>=0,<3.0.0
|
|
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
|
|
packaging>=20.0
|
|
|