From b557e72c2b0e5d1918eb9be9f227ca53117a47c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:39:20 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.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.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49458c6..c5a2ec9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import re from setuptools import setup, find_packages -BASE_REQUIREMENTS = ["numpy==1.19.5", "scipy", "trimesh", "nibabel==2.1", "networkx"] +BASE_REQUIREMENTS = ["numpy==1.22.0", "scipy", "trimesh", "nibabel==2.1", "networkx"] TEST_REQUIREMENTS = ["flake8", "autopep8", "pytest", "pytest-cov", "coveralls"] DOC_REQUIREMENTS = ['sphinx',