We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cb012 commit 82db0c6Copy full SHA for 82db0c6
conda/conda_build_config.yaml
@@ -0,0 +1,3 @@
1
+python:
2
+ - 3.9
3
+ - 3.10
conda/meta.yaml
@@ -9,12 +9,14 @@ source:
9
10
requirements:
11
build:
12
+ - python {{ python }}
13
- numpy>=1.22.0
14
- h5py>=2.3
15
- nose>=1.0
16
- xsdata>=22.2
17
18
run:
19
+ - python
20
21
22
setup.py
@@ -58,7 +58,7 @@ def to_uri(filename):
58
59
setup(
60
name='ismrmrd',
61
- version='1.12.4',
+ version='1.12.5',
62
author='ISMRMRD Developers',
63
description='Python implementation of the ISMRMRD',
64
license='Public Domain',
0 commit comments