From 007d69a02e3863863edb1016548eb41fa6ea1d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:03:55 +0000 Subject: [PATCH] Update numpy requirement from >=1.19.1 to >=2.4.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.19.1...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index dc5047a..b9c6a42 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ Jinja2>=2.11.2 #jsbeautifier>=1.14.0 MarkupSafe>=1.1.1 matplotlib>=3.2.2 -numpy>=1.19.1 +numpy>=2.4.4 pandas>=1.1.0 pickleshare>=0.7.5 plotly>=4.9.0