-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathpyproject.toml
More file actions
178 lines (153 loc) · 6.24 KB
/
pyproject.toml
File metadata and controls
178 lines (153 loc) · 6.24 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
[build-system]
requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"
[project]
name = "itk-rtk"
version = "2.7.0.post1"
description = "The Reconstruction Toolkit (RTK) for fast circular cone-beam CT reconstruction"
readme = "README.md"
license = {file = "LICENSE.TXT"}
authors = [
{ name = "RTK Consortium", email = "simon.rit@creatis.insa-lyon.fr" },
]
keywords = [
"itk",
"rtk",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Android",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: C++",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Topic :: Software Development :: Libraries",
]
requires-python = ">=3.8"
dependencies = [
"itk == 5.4.*",
]
[project.optional-dependencies]
gui = [
"pyvista",
"matplotlib"
]
[project.scripts]
rtkadmmtotalvariation = "itk.rtkadmmtotalvariation:main"
rtkadmmwavelets = "itk.rtkadmmwavelets:main"
rtkamsterdamshroud = "itk.rtkamsterdamshroud:main"
rtkbackprojections = "itk.rtkbackprojections:main"
rtkbioscangeometry = "itk.rtkbioscangeometry:main"
rtkcheckimagequality = "itk.rtkcheckimagequality:main"
rtkconjugategradient = "itk.rtkconjugategradient:main"
rtkdigisensgeometry = "itk.rtkdigisensgeometry:main"
rtkdrawgeometricphantom = "itk.rtkdrawgeometricphantom:main"
rtkdrawshepploganphantom = "itk.rtkdrawshepploganphantom:main"
rtkelektasynergygeometry = "itk.rtkelektasynergygeometry:main"
rtkextractphasesignal = "itk.rtkextractphasesignal:main"
rtkfdk = "itk.rtkfdk:main"
rtkfieldofview = "itk.rtkfieldofview:main"
rtkforwardprojections = "itk.rtkforwardprojections:main"
rtkfourdconjugategradient = "itk.rtkfourdconjugategradient:main"
rtkfourdfdk = "itk.rtkfourdfdk:main"
rtkfourdrooster = "itk.rtkfourdrooster:main"
rtkfourdsart = "itk.rtkfourdsart:main"
rtki0estimation = "itk.rtki0estimation:main"
rtkimagexgeometry = "itk.rtkimagxgeometry:main"
rtkiterativefdk = "itk.rtkiterativefdk:main"
rtkmaskcollimation = "itk.rtkmaskcollimation:main"
rtkgaincorrection = "itk.rtkgaincorrection:main"
rtkorageometry = "itk.rtkorageometry:main"
rtkosem = "itk.rtkosem:main"
rtkprojectgeometricphantom = "itk.rtkprojectgeometricphantom:main"
rtkprojections = "itk.rtkprojections:main"
rtkprojectshepploganphantom= "itk.rtkprojectshepploganphantom:main"
rtkregularizedconjugategradient = "itk.rtkregularizedconjugategradient:main"
rtkscatterglarecorrection = "itk.rtkscatterglarecorrection:main"
rtkshowgeometry = "itk.rtkshowgeometry:main"
rtksart = "itk.rtksart:main"
rtksimulatedgeometry = "itk.rtksimulatedgeometry:main"
rtksubselect = "itk.rtksubselect:main"
rtktotalvariationdenoising = "itk.rtktotalvariationdenoising:main"
rtktotalnuclearvariationdenoising = "itk.rtktotalnuclearvariationdenoising:main"
rtkvarianobigeometry = "itk.rtkvarianobigeometry:main"
rtkwaveletsdenoising = "itk.rtkwaveletsdenoising:main"
rtkxradgeometry = "itk.rtkxradgeometry:main"
[project.urls]
Download = "https://github.com/RTKConsortium/RTK"
Homepage = "https://www.openrtk.org"
[tool.scikit-build]
# The versions of CMake to allow. If CMake is not present on the system or does
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
# string will disable this check.
cmake.version = ">=3.16.3"
# A list of args to pass to CMake when configuring the project. Setting this in
# config or envvar will override toml. See also ``cmake.define``.
cmake.args = []
# A table of defines to pass to CMake when configuring the project. Additive.
cmake.define = {}
# Verbose printout when building.
cmake.verbose = true
# The build type to use when building the project. Valid options are: "Debug",
# "Release", "RelWithDebInfo", "MinSizeRel", "", etc.
cmake.build-type = "Release"
# The source directory to use when building the project. Currently only affects
# the native builder (not the setuptools plugin).
cmake.source-dir = "."
# The versions of Ninja to allow. If Ninja is not present on the system or does
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
# string will disable this check.
ninja.version = ">=1.11"
# If CMake is not present on the system or is older required, it will be
# downloaded via PyPI if possible. An empty string will disable this check.
ninja.make-fallback = true
# The logging level to display, "DEBUG", "INFO", "WARNING", and "ERROR" are
# possible options.
logging.level = "INFO"
# Files to include in the SDist even if they are skipped by default. Supports
# gitignore syntax.
sdist.include = []
# Files to exclude from the SDist even if they are included by default. Supports
# gitignore syntax.
sdist.exclude = []
# A list of license files to include in the wheel. Supports glob patterns.
wheel.license-files = ["LICEN[CS]E*",]
# Target the platlib or the purelib. If not set, the default is to target the
# platlib if wheel.cmake is true, and the purelib otherwise.
wheel.platlib = "false"
# If CMake is less than this value, backport a copy of FindPython. Set to 0
# disable this, or the empty string.
backport.find-python = "3.26.1"
# Select the editable mode to use. Can be "redirect" (default) or "inplace".
editable.mode = "redirect"
# Rebuild the project when the package is imported. The build-directory must be
# set.
editable.rebuild = false
# The components to install. If empty, all default components are installed.
install.components = []
# Whether to strip the binaries. True for scikit-build-core 0.5+.
install.strip = true
# If set, this will provide a method for backward compatibility.
minimum-version = "0.8.2"
# The build directory. Defaults to a temporary directory, but can be set.
build-dir = "build/{wheel_tag}"
[dependency-groups]
test = ["pytest>=7.0", "matplotlib"]
doc = [
"furo",
"myst-parser[linkify]",
"sphinx>=7.2.6",
"sphinx-copybutton",
"sphinx-design",
]