Skip to content

Commit 60f7b89

Browse files
authored
prepare new release (#846)
1 parent 3ddb1e5 commit 60f7b89

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

autosklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
numpy>=1.9
1111
scikit-learn>=0.22.0,<0.23
1212
lockfile>=0.10
13-
smac>=0.12,<0.13
13+
smac>=0.12
1414
pyrfr>=0.6.1,<0.8
1515
ConfigSpace>=0.4.0,<0.5
1616
'''

autosklearn/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

ci_scripts/create_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ pandas<1.0
1717
ConfigSpace>=0.4.0,<0.5
1818
pynisher>=0.4.2
1919
pyrfr>=0.7,<0.9
20-
git+https://github.com/automl/smac3@development
20+
smac>=0.12

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)