From 3ce40f4358635ff437e5a1c1b18dc5102891c96e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:14:09 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=1.21.0 to >=2.5.1 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.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 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..b87fb3b 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.1 pandas>=1.3.0 # Text processing for Bangla chaos