From 5a215ce952eea630c479f143468b592a8044f006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:33:32 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.1. - [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.26.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1b1999..243cac1 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'matplotlib==3.8.0', 'nbconvert==7.9.2', 'nbformat==5.9.2', - 'numpy==1.26.0', + 'numpy==1.26.1', 'pandas==2.1.1', ], cmdclass=versioneer.get_cmdclass(),