diff --git a/setup.cfg b/setup.cfg index a6492a1aa..628c44f8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,15 +32,15 @@ include_package_data = true python_requires = >=3.6 setup_requires = cython>=0.25,<3.0 - numpy>=1.15.0 + numpy>=2.0.1,<2.1.0 # We also need our Cython packages here to compile against cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 murmurhash>=1.0.2,<1.1.0 - blis>=0.7.8,<0.8.0 + blis>=1.0.0,<1.1.0 install_requires = # Explosion-provided dependencies - blis>=0.7.8,<0.8.0 + blis>=1.0.0,<1.1.0 murmurhash>=1.0.2,<1.1.0 cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 @@ -50,8 +50,8 @@ install_requires = confection>=0.0.1,<1.0.0 # Third-party dependencies setuptools - numpy>=1.15.0,<2.0.0; python_version < "3.9" - numpy>=1.19.0,<2.0.0; python_version >= "3.9" + numpy>=2.0.0,<2.1.0; python_version < "3.9" + numpy>=2.0.0,<2.1.0; python_version >= "3.9" pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0 packaging>=20.0 # Backports of modern Python features