From 5136a419ea556dc5b4aa79a9bb47651b4ca97ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 04:18:27 +0000 Subject: [PATCH] Update numpy requirement from ~=1.25.2 to ~=1.26.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a90336..63fdf03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pyside6~=6.5.2 setuptools~=68.2.1 sympy~=1.12 pygame~=2.5.2 -numpy~=1.25.2 +numpy~=1.26.0 scipy~=1.11.2 mido~=1.3.0