Skip to content

Commit

Permalink
Wheels for python 3.13 not availible for scipy 1.13, bump to >=1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Oct 31, 2024
1 parent fd4681e commit b7fbf1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document contains the Spec2nii release history in reverse chronological ord
----------------------------------
- Add special case handling for DICOM dkd_svs_mslaser_msspnav sequence
- More GE HBCD sequence adjustments.
- Python 3.13 compatibility and testing, scipy dependency now >=1.13
- Python 3.13 compatibility and testing, scipy dependency now >=1.14

0.8.4 (Monday 23rd September 2024)
-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- pydicom==3.*;python_version>="3.10"
- pydicom==2.4.*;python_version<"3.10"
- pyMapVBVD>=0.6.0
- scipy>=1.13
- scipy>=1.14
- brukerapi>=0.1.8
- pandas
- nifti-mrs>=1.3.2

0 comments on commit b7fbf1d

Please sign in to comment.