From 6797b9bc95b8896a8fd0fb8c5104cb6e85e9161a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:00:11 +0000 Subject: [PATCH] Bump numpy from 1.25.2 to 1.26.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.3. - [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.25.2...v1.26.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirement.txt b/requirement.txt index aa6196d..2c0fcdf 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,6 +1,6 @@ python==3.6.8 pandas==2.2.0 matplotlib==3.8.2 -numpy==1.25.2 +numpy==1.26.3 seaborn==0.13.2 scikit-learn==1.3.2