From 0954227c1c98e23a6c42fcf2fa545af5dedba62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:13:45 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=1.21.0 to >=2.5.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.21.0...v2.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 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 93d233b..2c37243 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Start simple, grow powerful # Core ML libraries (lightweight) -numpy>=1.21.0 +numpy>=2.5.0 pandas>=1.3.0 # Text processing for Bangla chaos