From e8167de1ffda2ce093e44a90e428252d05dd6b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 06:40:34 +0000 Subject: [PATCH] Update numpy requirement from ~=1.23.3 to ~=1.23.4 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.23.3...v1.23.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0ac6e4..b1920c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pip~=22.2.2 voila~=0.3.6 matplotlib~=3.6.1 -numpy~=1.23.3 +numpy~=1.23.4 ipympl~=0.8.8 scipy~=1.9.2 voila-osscar-template~=0.3.2