Skip to content
Snippets Groups Projects
Commit e6dca898 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

update pyproject.toml

parent fda239e4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ name = "mu_map"
version = "0.0.1"
authors = [
{ name="Tamino Huxohl", email="thuxohl@hdz-nrw.de" },
]
description = "Deep learning approximation of Attenuation Maps from SPECT reconstructions"
readme = "README.md"
......@@ -27,7 +26,6 @@ dependencies = [
"pydicom>=2.3.0",
"pytesseract",
"scipy",
"stir>=5.0.0",
"termcolor",
"torch>=1.12.1",
"torchvision>=0.13.1",
......@@ -35,3 +33,6 @@ dependencies = [
[project.urls]
"Homepage" = "https://gitlab.ub.uni-bielefeld.de/thuxohl/mu-map"
[tool.setuptools]
packages = ["mu_map", "mu_map.models"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment