From 9553c2e59ccec6e3967f09360f42f2004eb0e853 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 14 Aug 2023 09:41:24 +0200 Subject: [PATCH] TEST: numpy 1.26.0b1 --- build-constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.txt b/build-constraints.txt index 5540d634d..d74e52798 100644 --- a/build-constraints.txt +++ b/build-constraints.txt @@ -3,4 +3,4 @@ numpy==1.15.0; python_version<='3.7' and platform_machine!='aarch64' numpy==1.19.2; python_version<='3.7' and platform_machine=='aarch64' numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64' numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64' -numpy>=1.25.0; python_version>='3.9' +numpy==1.26.0b1; python_version>='3.9' diff --git a/pyproject.toml b/pyproject.toml index 336c0793c..ba6b10cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ "murmurhash>=0.28.0,<1.1.0", "thinc>=8.1.8,<8.3.0", "numpy>=1.15.0; python_version < '3.9'", - "numpy>=1.25.0; python_version >= '3.9'", + "numpy==1.26.0b1; python_version >= '3.9'", ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 237c790b4..df53bd813 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ smart-open>=5.2.1,<7.0.0 weasel>=0.1.0,<0.3.0 # Third party dependencies numpy>=1.15.0; python_version < "3.9" -numpy>=1.19.0; python_version >= "3.9" +numpy==1.26.0b1; python_version >= "3.9" requests>=2.13.0,<3.0.0 tqdm>=4.38.0,<5.0.0 pydantic>=1.7.4,!=1.8,!=1.8.1,<1.11.0 diff --git a/setup.cfg b/setup.cfg index b01298a72..83ae97d49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ install_requires = smart-open>=5.2.1,<7.0.0 tqdm>=4.38.0,<5.0.0 numpy>=1.15.0; python_version < "3.9" - numpy>=1.19.0; python_version >= "3.9" + numpy==1.26.0b1; python_version >= "3.9" requests>=2.13.0,<3.0.0 pydantic>=1.7.4,!=1.8,!=1.8.1,<1.11.0 jinja2