Skip to content

Commit

Permalink
Change test install strategy to avoid pypi conda conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Oct 31, 2024
1 parent b7fbf1d commit dec149e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
shell: bash -l {0}
run: |
conda install pytest h5py
pip install .
pip install --no-deps .
pytest -k "not orientation" tests
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.14
- Python 3.13 compatibility and testing, scipy dependency now >=1.13

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.14
- scipy>=1.13
- brukerapi>=0.1.8
- pandas
- nifti-mrs>=1.3.2

0 comments on commit dec149e

Please sign in to comment.