-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (29 loc) · 875 Bytes
/
pyproject.toml
File metadata and controls
31 lines (29 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tool.poetry]
name = "deep-staple"
version = "1.0.0"
description = ""
authors = ["Christian Weihsbach <christian.weihsbach@uni-luebeck.de>", "Alexander Bigalke <alexander.bigalke@uni-luebeck.de>", "Christian N. Kruse <christian.kruse@uni-luebeck.de>", "Hellena Hempe <hellena.hempe@uni-luebeck.de>", "Mattias P. Heinrich <mattias.heinrich@uni-luebeck.de>"]
readme = "README.md"
packages = [{include = "deep_staple"}]
[tool.poetry.dependencies]
python = "^3.9"
torch = "*"
torchvision = "*"
nibabel = "^3.2.1"
scipy = "^1.6.0"
scikit-image = "^0.18.3"
tqdm = "^4.62.2"
wandb = "^0.12.2"
jupyterlab = "^3.2.0"
ipywidgets = "^7.6.5"
torchio = "^0.18.63"
jupytext = "^1.13.1"
nnunet = "^1.7.0"
pydicom = "^2.3.0"
natsort = "^8.1.0"
paramiko = "^2.10.3"
SimpleITK = "^2.1.1"
antspyx = "^0.3.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"