Skip to content

Commit c0e3c03

Browse files
Bump numpy from 1.19.2 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 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.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd94700 commit c0e3c03

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
@@ -36,7 +36,7 @@ def readme():
3636
license='GPLv3',
3737
packages=['srplasticity'],
3838
install_requires=[
39-
'numpy==1.19.2',
39+
'numpy==1.22.0',
4040
'scipy==1.5.2',
4141
],
4242
zip_safe=False)

0 commit comments

Comments
 (0)