Skip to content

Commit

Permalink
Merge branch 'main' into renovate/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack authored Oct 8, 2024
2 parents 8bb2e7f + dbae284 commit 2ce38e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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.

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ readme = "README.md"
packages = [{ include = "adit_client" }]

[tool.poetry.dependencies]
python = ">=3.11,<4.0"

dicognito = "^0.17.0"
dicognito = "0.17.0"
dicomweb-client = "^0.59.1"
pydicom = "^2.4.3"
python = ">=3.11,<4.0"

[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 2ce38e7

Please sign in to comment.