Skip to content

Commit b2fb4b0

Browse files
author
florian
committed
Set version requirements:
Python 3.7 -> 3.6 scikit-learn 0.20.2 -> 0.20.0
1 parent cd49324 commit b2fb4b0

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
@@ -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.2" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
20-
- DISTRIB="conda" PYTHON_VERSION="3.7" COVERAGE="true" CYTHON_VERSION="0.25.2"
19+
SCIKIT_VERSION="0.20.0" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
20+
- 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.2" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
22+
SCIKIT_VERSION="0.20.0" SCIPY_VERSION="0.17.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,5 +1,5 @@
11
numpy>=1.11.3
2-
scikit-learn>=0.20.2
2+
scikit-learn>=0.20.0
33
scipy>=0.17.0
44
statsmodels>=0.6.1
55
pandas>=0.21.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author='Will McGinnis',
3131
install_requires=[
3232
'numpy>=1.11.3',
33-
'scikit-learn>=0.20.2',
33+
'scikit-learn>=0.20.0',
3434
'scipy>=0.17.0',
3535
'statsmodels>=0.6.1',
3636
'pandas>=0.21.1',

0 commit comments

Comments
 (0)