File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers = [
2929 " Programming Language :: Python :: 3.12" ,
3030]
3131dependencies = [
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'" ,
Original file line number Diff line number Diff line change 1- __version__ = "25.1.2b1 "
1+ __version__ = "25.1.2rc1 "
You can’t perform that action at this time.
0 commit comments