From 851b52a6e2300b32a7f0346dabd8d453ca26acd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:36:36 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=1.24.0 to >=2.2.6 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/v2.2.6...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 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 400be94c..24f9c4a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ faiss-cpu>=1.7.4 # Data Processing pandas>=2.3.3 -numpy>=1.24.0 +numpy>=2.2.6 scikit-learn>=1.7.2 # Document Processing (PDF/TXT; HWP는 별도 설치 필요)