From 0bc535a4100c0c1ba02640b7e30b4dc0f5ea2684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:56:22 +0000 Subject: [PATCH] Update numpy requirement from ~=1.26.4 to ~=2.2.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.26.4...v2.2.1) --- updated-dependencies: - dependency-name: numpy 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 fdc8883..835f328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ xgboost~=2.1.3 scikit-learn~=1.6.0 Faker~=30.3.0 networkx~=3.2.1 -numpy~=1.26.4 +numpy~=2.2.1 plotly~=5.24.1 seaborn~=0.13.2 torchviz~=0.0.3