diff --git a/pyproject.toml b/pyproject.toml index 0130ee1..2d92525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.rst" requires_python = ">=3.8" dependencies = [ "numpy>=1.17.0", - "lark-parser>=0.8.0", + "lark>=1.3.0", ] classifiers = [ "Development Status :: 3 - Alpha",