Skip to content

Commit ffc2144

Browse files
committed
[Mtn] Match SPM 25.01.02 - Hardcode dependency on mpython-core
1 parent 55c3551 commit ffc2144

3,930 files changed

Lines changed: 6494 additions & 286 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/matlab_types.md

Lines changed: 1419 additions & 0 deletions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"numpy",
29-
"mpython-core"
29+
"mpython-core<=25.4"
3030
]
3131

3232
[project.urls]

spm/__compat/loadxml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ def loadxml(*args, **kwargs):
3131
3232
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
3333
"""
34+
3435
return Runtime.call("loadxml", *args, **kwargs)

spm/__compat/savexml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ def savexml(*args, **kwargs):
2727
2828
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
2929
"""
30+
3031
return Runtime.call("savexml", *args, **kwargs, nargout=0)

spm/__compat/spm_add.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ def spm_add(*args, **kwargs):
2727
2828
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
2929
"""
30+
3031
return Runtime.call("spm_add", *args, **kwargs)

spm/__compat/spm_adjmean_fmri_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,5 @@ def spm_adjmean_fmri_ui(*args, **kwargs):
200200
201201
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
202202
"""
203+
203204
return Runtime.call("spm_adjmean_fmri_ui", *args, **kwargs, nargout=0)

spm/__compat/spm_adjmean_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,5 @@ def spm_adjmean_ui(*args, **kwargs):
186186
187187
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
188188
"""
189+
189190
return Runtime.call("spm_adjmean_ui", *args, **kwargs, nargout=0)

spm/__compat/spm_atranspa.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ def spm_atranspa(*args, **kwargs):
1919
2020
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
2121
"""
22+
2223
return Runtime.call("spm_atranspa", *args, **kwargs)

spm/__compat/spm_chi2_plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ def spm_chi2_plot(*args, **kwargs):
2323
2424
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
2525
"""
26+
2627
return Runtime.call("spm_chi2_plot", *args, **kwargs, nargout=0)

spm/__compat/spm_digamma.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ def spm_digamma(*args, **kwargs):
1818
1919
Copyright (C) 1995-2025 Functional Imaging Laboratory, Department of Imaging Neuroscience, UCL
2020
"""
21+
2122
return Runtime.call("spm_digamma", *args, **kwargs)

0 commit comments

Comments
 (0)