Skip to content

Commit 34ca468

Browse files
author
florian
committed
Bumped scipy from 0.17.0 to 0.19.0
1 parent b2fb4b0 commit 34ca468

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ env:
1616
# The versions should match the minimal requirements in requirements.txt and setup.py
1717
- DISTRIB="conda" PYTHON_VERSION="2.7" CYTHON_VERSION="0.23.5"
1818
NUMPY_VERSION="1.11.3" PANDAS_VERSION="0.21.1" PATSY_VERSION="0.4.1"
19-
SCIKIT_VERSION="0.20.0" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
19+
SCIKIT_VERSION="0.20.0" SCIPY_VERSION="0.19.0" STATSMODELS_VERSION="0.6.1"
2020
- DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="true" CYTHON_VERSION="0.25.2"
2121
NUMPY_VERSION="1.11.3" PANDAS_VERSION="0.21.1" PATSY_VERSION="0.4.1"
22-
SCIKIT_VERSION="0.20.0" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
22+
SCIKIT_VERSION="0.20.0" SCIPY_VERSION="0.19.0" STATSMODELS_VERSION="0.6.1"
2323

2424
install: source ci_scripts/install.sh
2525
script: bash ci_scripts/test.sh

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy>=1.11.3
22
scikit-learn>=0.20.0
3-
scipy>=0.17.0
3+
scipy>=0.19.0
44
statsmodels>=0.6.1
55
pandas>=0.21.1
66
patsy>=0.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
install_requires=[
3232
'numpy>=1.11.3',
3333
'scikit-learn>=0.20.0',
34-
'scipy>=0.17.0',
34+
'scipy>=0.19.0',
3535
'statsmodels>=0.6.1',
3636
'pandas>=0.21.1',
3737
'patsy>=0.4.1',

0 commit comments

Comments
 (0)