Skip to content

Commit 8faa87c

Browse files
Bump numpy from 1.14.6 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.6 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](numpy/numpy@v1.14.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e4cc9e commit 8faa87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# include_dirs = /usr/local/opt/openblas/include
4141
#
4242
## Install NumPy linked to this OpenBLAS thanks to ~/.numpy-site.cfg:
43-
# pip install numpy==1.14.6 --no-binary numpy
43+
# pip install numpy==1.22.0 --no-binary numpy
4444
#
4545
## Install the packages listed in this file (SciPy will also use ~/.numpy-site.cfg):
4646
# CVXOPT_BUILD_GLPK=1 pip install -r requirements.txt --no-binary numpy,scipy,cvxopt; pyenv rehash
@@ -109,7 +109,7 @@ mpmath==1.0.0
109109
multiprocess==0.70.6.1
110110
nbformat==4.4.0
111111
nose==1.3.7
112-
numpy==1.14.6
112+
numpy==1.22.0
113113
optlang==1.4.2
114114
osqp==0.4.1
115115
packaging==17.1

0 commit comments

Comments
 (0)