diff --git a/pyproject.toml b/pyproject.toml index b2e3ed95..cccce557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ plots = ["scikit-learn", "pandas", "numpy"] markdown = ["matplotlib"] tests = [ "pytest>=7.2.0,<9.0", - "pytest-sugar>=0.9.6,<1.0", + "pytest-sugar>=0.9.6,<2.0", "pytest-cov>=3.0.0,<5.0", "pytest-mock>=3.8.2,<4.0", "dvclive[image,plots,markdown]",