File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010numpy>=1.9
1111scikit-learn>=0.22.0,<0.23
1212lockfile>=0.10
13- smac>=0.12,<0.13
13+ smac>=0.12
1414pyrfr>=0.6.1,<0.8
1515ConfigSpace>=0.4.0,<0.5
1616'''
Original file line number Diff line number Diff line change 11"""Version information."""
22
33# The following line *must* be the last in the module, exactly as formatted:
4- __version__ = "0.6 .0"
4+ __version__ = "0.7 .0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if ! [[ -z ${DOCPUSH+x} ]]; then
88 if [[ " $DOCPUSH " == " true" ]]; then
99
1010 # install documentation building dependencies
11- pip install --upgrade matplotlib seaborn setuptools pytest coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc nbformat nbconvert mock
11+ pip install --upgrade matplotlib seaborn setuptools pytest coverage sphinx pillow sphinx-gallery==0.5 sphinx_bootstrap_theme cython numpydoc nbformat nbconvert mock
1212
1313 # $1 is the branch name
1414 # $2 is the global variable where we set the script status
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ pandas<1.0
1717ConfigSpace >= 0.4.0 ,< 0.5
1818pynisher >= 0.4.2
1919pyrfr >= 0.7 ,< 0.9
20- git+https://github.com/automl/smac3@development
20+ smac >= 0.12
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ def finalize_options(self):
8787 'Programming Language :: Python :: 3.5' ,
8888 'Programming Language :: Python :: 3.6' ,
8989 'Programming Language :: Python :: 3.7' ,
90+ 'Programming Language :: Python :: 3.8' ,
9091 ],
9192 python_requires = '>=3.5.*' ,
9293 url = 'https://automl.github.io/auto-sklearn' ,
You can’t perform that action at this time.
0 commit comments