Skip to content

Commit 2a4d388

Browse files
authored
Merge pull request #1049 from automl/development
Drop requirement for sklearn pre-release (#1048)
2 parents debbf17 + 71c0298 commit 2a4d388

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.1rc1"
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)