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 f8d0a1f commit cb9c1e5Copy full SHA for cb9c1e5
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Version 1.1.1
2
3
## Bug-Fixes
4
-- Put in missing "q" values into configspaces to allow using newer ConfigSpace versions.
+- Put in missing "q" values into configspaces to allow using newer ConfigSpace versions.
5
+- Fix minimal configspace version.
6
7
# Version 1.1
8
requirements.txt
@@ -8,7 +8,7 @@ matplotlib>=3.5.1
pyyaml
9
10
# AutoML packages
11
-ConfigSpace
+ConfigSpace>=0.6.1
12
pyrfr>=0.9.0
13
hpbandster==0.7.4
14
0 commit comments