Skip to content

Commit

Permalink
Merge pull request #3 from candleindark/tmp-linkml-dependency
Browse files Browse the repository at this point in the history
chore: Change `linkml` dependency to a branch at a fork temporarily
  • Loading branch information
candleindark authored Oct 22, 2024
2 parents fdf4828 + 7cac1c8 commit 85badce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"linkml~=1.8",
"linkml @ git+https://github.com/candleindark/linkml.git@bundle-error",
"pydantic~=2.7",
"typer",
]
Expand All @@ -43,6 +43,9 @@ pydantic2linkml = "pydantic2linkml.cli:app"
[tool.hatch.version]
path = "src/pydantic2linkml/__about__.py"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.envs.default]
python = "3.9"

Expand Down

0 comments on commit 85badce

Please sign in to comment.