automl / DEHB

https://automl.github.io/DEHB/
Apache License 2.0
72 stars 16 forks source link

Upgrade ConfigSpace #21

Closed eddiebergman closed 2 years ago

eddiebergman commented 2 years ago

The current version of DEHB uses version 0.4.16 of ConfigSpace which doesn't package any wheels which could cause issues as it then has to be built on the users end when doing pip install dehb.

The newest versions of ConfigSpace, namely v0.5.x and v0.6.0 are compatible with the old one and now ship the wheels, which should make it easier. The wheels come with v0.5.0 and v0.6.0 give a much easier interface for defining search spaces.

eddiebergman commented 2 years ago

Never mind all this, I misread and dehb just have requirements.txt of ConfigSpace>=0.14.6, for some reason I read it as a less than, closing this.