diff --git a/conda/meta.yaml b/conda/meta.yaml index 2a1016b..a376c87 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -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: diff --git a/setup.py b/setup.py index a104ca6..a7cd7d2 100644 --- a/setup.py +++ b/setup.py @@ -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',