We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7d765 commit 90d32e1Copy full SHA for 90d32e1
autosklearn/__version__.py
@@ -1,4 +1,4 @@
1
"""Version information."""
2
3
# The following line *must* be the last in the module, exactly as formatted:
4
-__version__ = "0.12.0rc1"
+__version__ = "0.12.1"
requirements.txt
@@ -4,7 +4,7 @@ numpy>=1.9.0
scipy>=0.14.1
5
6
joblib
7
-scikit-learn==0.24.0rc1
+scikit-learn>=0.24.0,<0.25.0
8
9
dask
10
distributed>=2.2.0
0 commit comments