File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.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
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
22scikit-learn >= 0.20.0
3- scipy >= 0.17 .0
3+ scipy >= 0.19 .0
44statsmodels >= 0.6.1
55pandas >= 0.21.1
66patsy >= 0.4.1
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments