Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ismrmrd/ismrmrd-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dchansen committed Apr 24, 2024
2 parents 0408a5a + 25e98e5 commit 98e7ef9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,28 @@ source:
requirements:
build:
- python {{ python }}
- numpy>=1.22.0
- h5py>=2.3
- nose>=1.0
- docformatter<=1.4
- xsdata>=22.2

- xsdata >=24.0
- setuptools
- wheel
- jinja2 >=2.11.0
- pip
run:
- python
- numpy>=1.22.0
- h5py>=2.3
- xsdata>=22.2
- xsdata>=24.0

test:
imports:
- ismrmrd
source_files:
- tests
commands:
- pip check
- nosetests
requires:
- pip
- nose

about:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def to_uri(filename):

setup(
name='ismrmrd',
version='1.14.0',
version='1.14.1',
author='ISMRMRD Developers',
description='Python implementation of the ISMRMRD',
license='Public Domain',
Expand Down

0 comments on commit 98e7ef9

Please sign in to comment.