From 43e01a814d7d8fda7aa49fcced02a65d6a949e57 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 16 Apr 2025 22:19:14 -0700 Subject: [PATCH] examples will use new gridlock --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]