File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
2424install : source ci_scripts/install.sh
2525script : bash ci_scripts/test.sh
Original file line number Diff line number Diff line change 11numpy >= 1.11.3
2- scikit-learn >= 0.20.2
2+ scikit-learn >= 0.20.0
33scipy >= 0.17.0
44statsmodels >= 0.6.1
55pandas >= 0.21.1
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments