We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4cc9e commit 8faa87cCopy full SHA for 8faa87c
requirements.txt
@@ -40,7 +40,7 @@
40
# include_dirs = /usr/local/opt/openblas/include
41
#
42
## Install NumPy linked to this OpenBLAS thanks to ~/.numpy-site.cfg:
43
-# pip install numpy==1.14.6 --no-binary numpy
+# pip install numpy==1.22.0 --no-binary numpy
44
45
## Install the packages listed in this file (SciPy will also use ~/.numpy-site.cfg):
46
# CVXOPT_BUILD_GLPK=1 pip install -r requirements.txt --no-binary numpy,scipy,cvxopt; pyenv rehash
@@ -109,7 +109,7 @@ mpmath==1.0.0
109
multiprocess==0.70.6.1
110
nbformat==4.4.0
111
nose==1.3.7
112
-numpy==1.14.6
+numpy==1.22.0
113
optlang==1.4.2
114
osqp==0.4.1
115
packaging==17.1
0 commit comments