We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0a879 commit b78c742Copy full SHA for b78c742
pyproject.toml
@@ -36,6 +36,19 @@ dependencies = [
36
"spm-runtime-R2020b; python_version=='3.6'",
37
]
38
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
+
52
[project.urls]
53
Repository = "https://github.com/spm/spm-python"
54
0 commit comments