diff --git a/pyproject.toml b/pyproject.toml index 47d472e1..60ad80a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "scanspec", "dataclasses-json", "pydantic", - "flexparser==0.3.1", + "flexparser==0.3.1", # See https://github.com/DiamondLightSource/nexgen/issues/309 ] license.file = "LICENSE" readme = "README.rst"