Skip to content

Commit a0d0870

Browse files
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](numpy/numpy@v1.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb41127 commit a0d0870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
from setuptools import setup, find_packages
66

7-
BASE_REQUIREMENTS = ["numpy==1.19.5", "scipy", "trimesh", "nibabel>=2.1", "networkx"]
7+
BASE_REQUIREMENTS = ["numpy==1.22.0", "scipy", "trimesh", "nibabel>=2.1", "networkx"]
88
TEST_REQUIREMENTS = ["flake8", "autopep8", "pytest", "pytest-cov", "coveralls"]
99

1010
DOC_REQUIREMENTS = ['sphinx',

0 commit comments

Comments
 (0)