From adc4917b0d8ac4f87f401f5d562e59d1a9208c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:31:55 +0000 Subject: [PATCH] Bump numpy from 1.26.3 to 1.26.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.4. - [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.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7699d44..d1185fe 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def read(file_name): python_requires='>=3.8', install_requires=[ - 'numpy==1.26.3', + 'numpy==1.26.4', 'tensorflow==2.11.1', 'tqdm==4.66.1', 'Pillow==10.2.0',