Skip to content

Commit

Permalink
Add ConfigSpace as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay committed Mar 17, 2022
1 parent 061708d commit acd5a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dask": ["dask[complete]"],
"track": ["track @ git+https://github.com/Delaunay/track"],
"profet": ["emukit", "GPy", "torch", "pybnn"],
"configspace": ["ConfigSpace"]
}
extras_require["all"] = list(set(sum(extras_require.values(), [])))

Expand Down
1 change: 1 addition & 0 deletions tests/unittests/algo/test_configspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def test_orion_configspace():
roundtrip = toorionspace(newspace)

for k, original in space.items():
# ConfigSpace does not have a fidelity dimension
if k == "f1":
continue

Expand Down

0 comments on commit acd5a46

Please sign in to comment.