iterative / dvc-bench

Benchmarks for DVC
http://bench.dvc.org/
Apache License 2.0
20 stars 10 forks source link

requirements: add explicit pygal dependencies #476

Closed pmrowla closed 9 months ago

pmrowla commented 9 months ago

Should fix deploy/publish CI: https://github.com/iterative/dvc-bench/actions/runs/6937330780/job/18875133391

pytest-benchmark[histogram] depends on pygal, recent pygal changes now use importlib_metadata but the dependency is missing from the pygal install requirements

see: https://github.com/Kozea/pygal/issues/545