Skip to content

Commit

Permalink
Use correct git tag of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Oct 8, 2024
1 parent c250d1d commit 5ad67cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -15,8 +15,8 @@ dicomweb-client = "^0.59.1"
pydicom = "^2.4.3"

[tool.poetry.group.dev.dependencies]
adit = { git = "https://github.com/openradx/adit.git", python = ">=3.12,<4.0" }
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", rev = "0.8.0", python = ">=3.12,<4.0" }
adit = { git = "https://github.com/openradx/adit.git", tag = "0.35.0", python = ">=3.12,<4.0" }
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.8.0", python = ">=3.12,<4.0" }
invoke = "^2.2.0"
ipykernel = "^6.29.0"
ipython = "^8.21.0"
Expand Down

0 comments on commit 5ad67cb

Please sign in to comment.