mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
21 lines
590 B
INI
21 lines
590 B
INI
--- setup.cfg.orig 2024-07-31 10:32:29 UTC
|
|
+++ setup.cfg
|
|
@@ -32,7 +32,7 @@ setup_requires =
|
|
python_requires = >=3.6
|
|
setup_requires =
|
|
cython>=0.25,<3.0
|
|
- numpy>=2.0.1,<2.1.0
|
|
+ numpy>=0,<2.1.0
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=3.0.2,<3.1.0
|
|
murmurhash>=1.0.2,<1.1.0
|
|
@@ -47,8 +47,7 @@ install_requires =
|
|
catalogue>=2.0.4,<2.1.0
|
|
confection>=0.0.1,<1.0.0
|
|
setuptools
|
|
- numpy>=2.0.0,<2.1.0; python_version < "3.9"
|
|
- numpy>=2.0.0,<2.1.0; python_version >= "3.9"
|
|
+ numpy>=0,<2.1.0
|
|
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
|
|
packaging>=20.0
|
|
dataclasses>=0.6,<1.0; python_version < "3.7"
|