Skip to content

Commit 182c776

Browse files
committed
[Mnt] Update version number, add mpython-core version dependency
1 parent b77104b commit 182c776

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install SPM Python
4949
run: |
50-
python -m pip install "git+https://github.com/MPython-Package-Factory/mpython-core.git@no-spm-dep"
50+
python -m pip install mpython-core
5151
python -m pip install -e .
5252
5353
# Setup MATLAB and Runtime

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.12",
3030
]
3131
dependencies = [
32-
"mpython-core",
32+
"mpython-core>=25.4rc1",
3333
"spm-runtime-r2025a == 25.1.1 ; python_version >= '3.9'",
3434
"spm-runtime-r2023a == 25.1.1 ; python_version == '3.8'",
3535
"spm-runtime-r2021b == 25.1.1 ; python_version == '3.7'",

spm/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "25.1.2b1"
1+
__version__ = "25.1.2rc1"

0 commit comments

Comments
 (0)