automl / mf-prior-bench

A collection of multi-fidelity benchmarks with first class support for user priors
https://automl.github.io/mf-prior-bench/
Apache License 2.0
8 stars 2 forks source link

Missing `typing_extensions` dependency in pyproject.toml #18

Open Bronzila opened 5 months ago

Bronzila commented 5 months ago

After installing mf-prior-bench and trying to use it, I get the following error:

ModuleNotFoundError: No module named 'typing_extensions'

After installing typing_extensions manually, everything works fine, thus this is probably a quick fix, since typing_extensions is missing in the dependencies.