Skip to content

Commit

Permalink
init poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1an3 committed Oct 4, 2023
1 parent 9ae0f93 commit f52861f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[tool.poetry]
name = "srodecoderring"
version = "0.1.0"
description = "ML model for interpreting the contents of DICOM Spatial Registration objects in the context of radiotherapy image-guidance\u001b"
authors = ["Derek Lane <[email protected]>"]
license = "BSD"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
torch = "^2.0.1"
rich = "^13.6.0"
numpy = "^1.26.0"
scipy = "^1.11.3"
pytorch-lightning = "^2.0.9.post0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit f52861f

Please sign in to comment.