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

add pyproject.toml

parent 13a7f37e
No related branches found
No related tags found
No related merge requests found
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
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"
requires-python = ">=3.8"
classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
"License :: OSI Approved :: MIT License",
"Operating System :: Unix",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Life",
]
dependencies = [
"matplotlib>=3.5.3",
"numpy>=1.23.1",
"opencv-python>=4.6.0.66",
"pandas>=1.4.3",
"pydicom>=2.3.0",
"pytesseract",
"scipy",
"stir>=5.0.0",
"termcolor",
"torch>=1.12.1",
"torchvision>=0.13.1",
]
[project.urls]
"Homepage" = "https://gitlab.ub.uni-bielefeld.de/thuxohl/mu-map"
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