mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-10 06:04:28 +00:00
correct path
This commit is contained in:
parent
536de57ce4
commit
3bcf68d319
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ packages = [
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
pyyaml = "^6.0"
|
pyyaml = "^6.0"
|
||||||
linkml-runtime = "^1.5.6"
|
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"
|
rich = "^13.5.2"
|
||||||
linkml = "^1.5.7"
|
linkml = "^1.5.7"
|
||||||
nptyping = "^2.5.0"
|
nptyping = "^2.5.0"
|
||||||
|
|
Loading…
Reference in a new issue