Skip to content

Commit

Permalink
update linkml version to include arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Feb 8, 2024
1 parent 9906e6c commit 1bb34ed
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
84 changes: 43 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ sphinx-autobuild = {version = ">=2021.3.14", optional = true}
sphinx-design = {version = "^0.5.0", optional = true}
black = {version = "^24.1.1", optional = true}
ruff = {version = "^0.2.0", optional = true}
linkml = {version = "^1.6.10", optional = true}
linkml-runtime = {version = "^1.6.3", optional = true}
linkml = {version = ">=1.7.0", optional = true}
linkml-runtime = {version = ">=1.7.0", optional = true}

[tool.poetry.extras]
#proxy = [
Expand Down

0 comments on commit 1bb34ed

Please sign in to comment.