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.
2 parents debbf17 + 71c0298 commit 2a4d388Copy full SHA for 2a4d388
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.1rc1"
+__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