Skip to content

Commit cb9c1e5

Browse files
author
Sarah Krebs
committed
Fix minimal configspace version
1 parent f8d0a1f commit cb9c1e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Version 1.1.1
22

33
## Bug-Fixes
4-
- Put in missing "q" values into configspaces to allow using newer ConfigSpace versions.
4+
- Put in missing "q" values into configspaces to allow using newer ConfigSpace versions.
5+
- Fix minimal configspace version.
56

67
# Version 1.1
78

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matplotlib>=3.5.1
88
pyyaml
99

1010
# AutoML packages
11-
ConfigSpace
11+
ConfigSpace>=0.6.1
1212
pyrfr>=0.9.0
1313
hpbandster==0.7.4
1414

0 commit comments

Comments
 (0)