From 1f1325e4aa4bad7a6dcc8f2315dfb6c904c1cf80 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 11 Sep 2024 16:11:55 -0700 Subject: [PATCH] bump version of dependant nwb-models --- nwb_linkml/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",