From 4a068eb894c85beca1a3c02113b29ac0d0cfda66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 01:28:05 +0000 Subject: [PATCH] dependabot_pip(deps): bump numpy from 1.21.4 to 1.24.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.24.0. - [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.21.4...v1.24.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1839345..27893663 100644 --- a/setup.py +++ b/setup.py @@ -156,7 +156,7 @@ def write_version_py(version, filename='pytrip/__init__.py'): "numpy>=1.18 ; python_version == '3.8'", "numpy>=1.15 ; python_version == '3.7'", "numpy>=1.12,<1.20 ; python_version == '3.6'", - "numpy>=1.11,<1.19 ; python_version == '3.5'", + "numpy>=1.11,<1.25 ; python_version == '3.5'", "numpy>=1.11,<1.15 ; python_version < '3.5'" # python 3.4 and 2.7 ]