diff --git a/nwb_linkml/pyproject.toml b/nwb_linkml/pyproject.toml index 5e00933..c8ccd36 100644 --- a/nwb_linkml/pyproject.toml +++ b/nwb_linkml/pyproject.toml @@ -9,7 +9,7 @@ license = {text = "AGPL-3.0"} readme = "README.md" requires-python = "<3.13,>=3.10" dependencies = [ - "nwb-models>=0.1.0", + "nwb-models>=0.2.0", "pyyaml>=6.0", "linkml-runtime>=1.7.7", "nwb-schema-language>=0.1.3",