From 1febe76ddc80ad88c7dd3ebd765f818f79db6ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:02:54 +0000 Subject: [PATCH] Update numpy requirement from >=1.16.4 to >=2.0.2 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.16.4...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 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 f807cae..54409b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ scipy>=1.3.0 pandas>=0.24.2 psd_tools>=1.8.16 docopt>=0.6.2 -numpy>=1.16.4 +numpy>=2.0.2 seaborn>=0.9.0 matplotlib>=3.1.0 Pillow>=6.0.0