From 3bcf68d319acce820f4c5eae8770ee102eed9da4 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 5 Sep 2023 21:59:19 -0700 Subject: [PATCH] correct path --- 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 7e15f47..005c020 100644 --- a/nwb_linkml/pyproject.toml +++ b/nwb_linkml/pyproject.toml @@ -14,7 +14,7 @@ packages = [ python = "^3.11" pyyaml = "^6.0" linkml-runtime = "^1.5.6" -nwb_schema_language = { path = '../nwb_schema_language', develop = true, optional = true } +nwb_schema_language = { path = '../nwb_schema_language' } rich = "^13.5.2" linkml = "^1.5.7" nptyping = "^2.5.0"