File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ virtualenv:
4
4
env :
5
5
matrix :
6
6
- DISTRIB="conda" PYTHON_VERSION="2.7" INSTALL_ATLAS="true"
7
- NUMPY_VERSION="1.9 " SCIPY_VERSION="0.15 "
7
+ NUMPY_VERSION="1.8 " SCIPY_VERSION="0.14 "
8
8
COVERAGE="true" INSTALL_GLPK="true"
9
9
- DISTRIB="conda" PYTHON_VERSION="2.7" INSTALL_ATLAS="true"
10
- NUMPY_VERSION="1.9 " SCIPY_VERSION="0.15 "
10
+ NUMPY_VERSION="1.8 " SCIPY_VERSION="0.14 "
11
11
COVERAGE="true" INSTALL_GLPK="false"
12
12
- DISTRIB="conda" PYTHON_VERSION="3.4" INSTALL_ATLAS="true"
13
- NUMPY_VERSION="1.9 " SCIPY_VERSION="0.15 "
13
+ NUMPY_VERSION="1.8 " SCIPY_VERSION="0.14 "
14
14
COVERAGE="true" INSTALL_GLPK="true"
15
15
- DISTRIB="conda" PYTHON_VERSION="3.4" INSTALL_ATLAS="true"
16
- NUMPY_VERSION="1.9 " SCIPY_VERSION="0.15 "
16
+ NUMPY_VERSION="1.8 " SCIPY_VERSION="0.14 "
17
17
COVERAGE="true" INSTALL_GLPK="false"
18
18
install : source continuous_integration/install.sh
19
19
script : bash continuous_integration/test_script.sh
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Version 1.0 (targets)
16
16
* TODO replace norm with vecnorm and norm (for matrices) (see how numpy does it).
17
17
* TODO separate constant and linear components of expressions so potentially can cache matrix factorizations.
18
18
* TODO add logistic_loss
19
- * TODO bitshift <<, >> for PSD inequality.
20
19
21
20
Version 0.2.21 (next release)
22
21
-----------------------------
Original file line number Diff line number Diff line change 31
31
"ecos >= 1.1.1" ,
32
32
"scs >= 1.0.6" ,
33
33
"toolz" ,
34
- "numpy >= 1.9 " ,
35
- "scipy >= 0.15 " ],
34
+ "numpy >= 1.8 " ,
35
+ "scipy >= 0.13 " ],
36
36
use_2to3 = True ,
37
37
)
You can’t perform that action at this time.
0 commit comments