Skip to content

Commit 6cfeec9

Browse files
author
Steven Diamond
committed
Revert "requiring scipy 0.15 now"
This reverts commit 78a8fbb.
1 parent 7e7890b commit 6cfeec9

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ virtualenv:
44
env:
55
matrix:
66
- 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"
88
COVERAGE="true" INSTALL_GLPK="true"
99
- 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"
1111
COVERAGE="true" INSTALL_GLPK="false"
1212
- 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"
1414
COVERAGE="true" INSTALL_GLPK="true"
1515
- 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"
1717
COVERAGE="true" INSTALL_GLPK="false"
1818
install: source continuous_integration/install.sh
1919
script: bash continuous_integration/test_script.sh

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Version 1.0 (targets)
1616
* TODO replace norm with vecnorm and norm (for matrices) (see how numpy does it).
1717
* TODO separate constant and linear components of expressions so potentially can cache matrix factorizations.
1818
* TODO add logistic_loss
19-
* TODO bitshift <<, >> for PSD inequality.
2019

2120
Version 0.2.21 (next release)
2221
-----------------------------

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ecos >= 1.1.1",
3232
"scs >= 1.0.6",
3333
"toolz",
34-
"numpy >= 1.9",
35-
"scipy >= 0.15"],
34+
"numpy >= 1.8",
35+
"scipy >= 0.13"],
3636
use_2to3=True,
3737
)

0 commit comments

Comments
 (0)