From 467d83c76c852c737431febdd140f7e63c39dbab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:45:49 +0000 Subject: [PATCH] fix: bump numpy from 1.26.4 to 2.0.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b301040..be8004a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ test = [ "flake8", "flake8-pyproject", "matplotlib==3.8.3", - "numpy==1.26.4", + "numpy==2.0.2", "pre-commit==4.1.0", "pylint==3.3.3", "pylint_junit", diff --git a/requirements.txt b/requirements.txt index f181fdc..019ce07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.8.3 -numpy==1.26.4 +numpy==2.0.2 torch==2.3.1 torchvision==0.18.1 \ No newline at end of file