From b7fbf1dbac3391a845d1a81ec115e28b7c3e0622 Mon Sep 17 00:00:00 2001 From: wtclarke Date: Thu, 31 Oct 2024 13:13:00 +0000 Subject: [PATCH] Wheels for python 3.13 not availible for scipy 1.13, bump to >=1.14 --- CHANGELOG.md | 2 +- requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c66664..b02c574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------------------- diff --git a/requirements.yml b/requirements.yml index 9fb0486..7a99eea 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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