Skip to content

Commit cd49324

Browse files
author
florian
committed
Bumped version numbers:
- python 3.5 -> 3.7 - numpy 1.11.1 -> 1.11.3
1 parent a3e2f2b commit cd49324

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ env:
1515
matrix:
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"
18-
NUMPY_VERSION="1.11.1" PANDAS_VERSION="0.21.1" PATSY_VERSION="0.4.1"
18+
NUMPY_VERSION="1.11.3" PANDAS_VERSION="0.21.1" PATSY_VERSION="0.4.1"
1919
SCIKIT_VERSION="0.20.2" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
20-
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" CYTHON_VERSION="0.25.2"
21-
NUMPY_VERSION="1.11.1" PANDAS_VERSION="0.21.1" PATSY_VERSION="0.4.1"
20+
- DISTRIB="conda" PYTHON_VERSION="3.7" COVERAGE="true" CYTHON_VERSION="0.25.2"
21+
NUMPY_VERSION="1.11.3" PANDAS_VERSION="0.21.1" PATSY_VERSION="0.4.1"
2222
SCIKIT_VERSION="0.20.2" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
2323

2424
install: source ci_scripts/install.sh

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.11.1
1+
numpy>=1.11.3
22
scikit-learn>=0.20.2
33
scipy>=0.17.0
44
statsmodels>=0.6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
include_package_data=True,
3030
author='Will McGinnis',
3131
install_requires=[
32-
'numpy>=1.11.1',
32+
'numpy>=1.11.3',
3333
'scikit-learn>=0.20.2',
3434
'scipy>=0.17.0',
3535
'statsmodels>=0.6.1',

0 commit comments

Comments
 (0)