Skip to content

Commit 90d32e1

Browse files
authored
Drop requirement for sklearn pre-release (#1048)
1 parent da7d765 commit 90d32e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.12.0rc1"
4+
__version__ = "0.12.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy>=1.9.0
44
scipy>=0.14.1
55

66
joblib
7-
scikit-learn==0.24.0rc1
7+
scikit-learn>=0.24.0,<0.25.0
88

99
dask
1010
distributed>=2.2.0

0 commit comments

Comments
 (0)