From f810a42696c3d9cedda8c4b51f64342bab3fe680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:12:33 +0000 Subject: [PATCH] Bump numpy from 1.24.3 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.26.0. - [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/v1.24.3...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ec97ace..d4bf84ca 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def build_assets(self): 'immutabledict==2.0.0', 'ml-collections==0.1.1', 'networkx==3.1', - 'numpy==1.24.3', + 'numpy==1.26.0', 'opencv-python==4.8.0.74', 'pandas==1.3.5', 'pygame==2.5.0',