From aa410e78389e86964390bb9ebc128d69b92d1cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:50:30 +0000 Subject: [PATCH 1/2] Bump numpy from 2.1.2 to 2.1.3 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements_install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_install.txt b/requirements/requirements_install.txt index d0870797b8..b18de33a31 100644 --- a/requirements/requirements_install.txt +++ b/requirements/requirements_install.txt @@ -1,5 +1,5 @@ importlib-metadata==8.5.0 -numpy==2.1.2 +numpy==2.1.3 packaging==24.0 psutil==6.1.0 tqdm==4.66.1 From 57eaf48eaa3258f5e8c05a6792caad46c21ac322 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:31:57 +0100 Subject: [PATCH 2/2] Remove numpy upper-limit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7722dd8ef3..abbeeea02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "google-api-python-client", "grpcio >=1.63.0", "importlib-metadata >=4.0", - "numpy<2", + "numpy", "packaging", "protobuf", "psutil",