diff --git a/pyproject.toml b/pyproject.toml index 2af4e57..96e1c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ path = "meanas/__init__.py" [project.optional-dependencies] dev = ["pytest", "pdoc", "gridlock"] -examples = ["gridlock"] +examples = ["gridlock>=2.0"] test = ["pytest"]