Skip to content

Commit

Permalink
Pin a lower version of matplotlib while we wait for dabl to get fixed (
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth authored May 20, 2024
1 parent e1a0cdd commit 6d8854b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlos_viz/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def _get_long_desc_from_readme(base_url: str) -> dict:
install_requires=[
'mlos-bench==' + _VERSION,
'dabl>=0.2.6',
'matplotlib<3.9', # FIXME: https://github.com/dabl/dabl/pull/341
],
extras_require=extra_requires,
author='Microsoft',
Expand Down

0 comments on commit 6d8854b

Please sign in to comment.