From d0a2025c475e3ddddb5dda0c39d5bb226ce8a9ed Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 3 Sep 2024 09:29:15 -0700 Subject: [PATCH 1/3] DOC/TST: lock numpy < 2.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2fa296746efb..5ca2503796ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,7 +98,7 @@ commands: parameters: numpy_version: type: string - default: "!=2.1.0" + default: "<2.1.0" steps: - run: name: Install Python dependencies From 41dbbe951c4bc16144e0fdedb7f64e1b92280249 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 3 Sep 2024 09:35:40 -0700 Subject: [PATCH 2/3] DOC/TST: lock numpy < 2.1 --- requirements/dev/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev/build-requirements.txt b/requirements/dev/build-requirements.txt index 6f0c6029f4a2..0861a11c9ee5 100644 --- a/requirements/dev/build-requirements.txt +++ b/requirements/dev/build-requirements.txt @@ -1,4 +1,4 @@ pybind11!=2.13.3 meson-python -numpy +numpy<2.1.0 setuptools-scm From 4b89ed711d9756963506504287c9ee7fa24635ff Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 3 Sep 2024 10:45:37 -0700 Subject: [PATCH 3/3] DOC/TST: lock numpy < 2.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ca2503796ec..e7348b868d4b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,7 +98,7 @@ commands: parameters: numpy_version: type: string - default: "<2.1.0" + default: "~=2.0.0" steps: - run: name: Install Python dependencies