diff --git a/vizro-core/pyproject.toml b/vizro-core/pyproject.toml index 11cce50b3..2da2d4566 100644 --- a/vizro-core/pyproject.toml +++ b/vizro-core/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "pandas>=2", "plotly>=5.12.0", "pydantic>=1.10.16", # must be synced with pre-commit mypy hook manually - "dash_mantine_components==0.15.1", # 0.13.0 is not compatible with 0.12, + "dash_mantine_components~=0.15.1", "flask_caching>=2", "wrapt>=1", "black",