From a0b0433936f61e4eb05984dc42fc48b3e8561ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:45:07 +0200 Subject: [PATCH] Update numpy requirement from ~=1.25.2 to ~=1.26.0 (#302) Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.25.2...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9903c28..b933909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pip~=23.2 voila~=0.3.6 matplotlib~=3.6.3 -numpy~=1.25.2 +numpy~=1.26.0 ipympl~=0.8.8 scipy~=1.11.2 voila-osscar-template~=0.3.2