Skip to content

Commit b78c742

Browse files
committed
[ENH] Add optional dependecies to spm-runtime
1 parent 1c0a879 commit b78c742

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ dependencies = [
3636
"spm-runtime-R2020b; python_version=='3.6'",
3737
]
3838

39+
[project.optional-dependencies]
40+
latest = ["spm-runtime"]
41+
R2025a = ["spm-runtime-R2025a"]
42+
R2024b = ["spm-runtime-R2024b"]
43+
R2024a = ["spm-runtime-R2024a"]
44+
R2023b = ["spm-runtime-R2023b"]
45+
R2023a = ["spm-runtime-R2023a"]
46+
R2022b = ["spm-runtime-R2022b"]
47+
R2022a = ["spm-runtime-R2022a"]
48+
R2021b = ["spm-runtime-R2021b"]
49+
R2021a = ["spm-runtime-R2021a"]
50+
R2020b = ["spm-runtime-R2020b"]
51+
3952
[project.urls]
4053
Repository = "https://github.com/spm/spm-python"
4154

0 commit comments

Comments
 (0)