We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a79f8c commit 6e481f4Copy full SHA for 6e481f4
1 file changed
set_vtk_version.py
@@ -8,8 +8,8 @@
8
VERSION_PATTERN = r'([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?'
9
# List of package name to replace version in given file
10
FILES = {
11
- "vtk": Path(SLICER_DIR) / "pyproject.toml",
12
- "vtk-sdk": Path(SLICER_DIR) / "pyproject.toml",
+ "vtk": Path(SLICER_DIR) / "SlicerCore" / "pyproject.toml",
+ "vtk-sdk": Path(SLICER_DIR) / "SlicerCore" / "pyproject.toml",
13
"vtk-sdk": Path(SLICER_DIR) / "SlicerCoreSDK" / "pyproject.toml",
14
"vtk-sdk": Path(SLICER_DIR) / "SlicerCoreSDK" / "tests" / "packages" / "build_module" / "pyproject.toml",
15
"vtk-sdk": Path(SLICER_DIR) / "SlicerCoreSDK" / "tests" / "packages" / "find_package" / "pyproject.toml",
0 commit comments