wtclarke / spec2nii

Multi-format in vivo MR spectroscopy conversion to NIFTI
Other
27 stars 23 forks source link

spec2nii support for python 3.13 #153

Closed marcelzwiers closed 4 weeks ago

marcelzwiers commented 1 month ago

Currently scipy v1.13 is a hardcoded requirement of spec2nii, but that version doesn't support python 3.13:

SciPy 1.14.1 adds support for Python 3.13

wtclarke commented 4 weeks ago

Hi @marcelzwiers , Python 3.13 is now handled (and Scipy is listed as >=1.13) as of version 0.8.5. This should now be available on conda-forge.