Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 committed Jan 7, 2025
1 parent aebfd9c commit 4acaff1
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@ description = "MR image reconstruction and processing package specifically devel
readme = "README.md"
requires-python = ">=3.10,<3.14"
dynamic = ["version"]
keywords = ["MRI",
"qMRI",
"medical imaging",
"physics-informed learning",
"model-based reconstruction",
"quantitative",
"signal models",
"machine learning",
"deep learning",
"reconstruction",
"processing",
"Pulseq",
"PyTorch",
keywords = [
"MRI",
"qMRI",
"medical imaging",
"physics-informed learning",
"model-based reconstruction",
"quantitative",
"signal models",
"machine learning",
"deep learning",
"reconstruction",
"processing",
"Pulseq",
"PyTorch",
]
authors = [
{ name = "MRpro Team", email = "[email protected]" },
Expand Down Expand Up @@ -79,12 +80,16 @@ test = [
"pytest-cov",
"pytest-xdist",
]
docs = ["sphinx",
docs = [
"sphinx",
"sphinx_rtd_theme",
"sphinx-pyproject",
"myst-nb",
"sphinx-mathjax-offline",
]
"sphinx_github_style",
"sphinx-autodoc-typehints",

]
notebook = [
"zenodo_get",
"ipykernel",
Expand All @@ -103,7 +108,7 @@ testpaths = ["tests"]
filterwarnings = [
"error",
"ignore:'write_like_original':DeprecationWarning:pydicom:",
"ignore:Anomaly Detection has been enabled:UserWarning", #torch.autograd
"ignore:Anomaly Detection has been enabled:UserWarning", #torch.autograd
]
addopts = "-n auto"
markers = ["cuda : Tests only to be run when cuda device is available"]
Expand Down

0 comments on commit 4acaff1

Please sign in to comment.