We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77104b commit 182c776Copy full SHA for 182c776
3 files changed
.github/workflows/run_unit_tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Install SPM Python
49
run: |
50
- python -m pip install "git+https://github.com/MPython-Package-Factory/mpython-core.git@no-spm-dep"
+ python -m pip install mpython-core
51
python -m pip install -e .
52
53
# Setup MATLAB and Runtime
pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
"Programming Language :: Python :: 3.12",
30
]
31
dependencies = [
32
- "mpython-core",
+ "mpython-core>=25.4rc1",
33
"spm-runtime-r2025a == 25.1.1 ; python_version >= '3.9'",
34
"spm-runtime-r2023a == 25.1.1 ; python_version == '3.8'",
35
"spm-runtime-r2021b == 25.1.1 ; python_version == '3.7'",
spm/_version.py
@@ -1 +1 @@
1
-__version__ = "25.1.2b1"
+__version__ = "25.1.2rc1"
0 commit comments