From 2ee484fd9f3f7ac1b6bed4d2dada30c6662f2f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:37:55 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 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.26.0...v1.26.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52bfccf..8eedb1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ "pandas >= 2.0.0", - "numpy == 1.26.0", + "numpy == 1.26.3", "tqdm >= 4.64.1", "loguru >= 0.6.0", "lightgbm >= 3.3.5",