Skip to content

Commit 82db0c6

Browse files
authored
Building python variants (#61)
1 parent c2cb012 commit 82db0c6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

conda/conda_build_config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
python:
2+
- 3.9
3+
- 3.10

conda/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ source:
99

1010
requirements:
1111
build:
12+
- python {{ python }}
1213
- numpy>=1.22.0
1314
- h5py>=2.3
1415
- nose>=1.0
1516
- xsdata>=22.2
1617

1718
run:
19+
- python
1820
- xsdata>=22.2
1921
- numpy>=1.22.0
2022
- h5py>=2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def to_uri(filename):
5858

5959
setup(
6060
name='ismrmrd',
61-
version='1.12.4',
61+
version='1.12.5',
6262
author='ISMRMRD Developers',
6363
description='Python implementation of the ISMRMRD',
6464
license='Public Domain',

0 commit comments

Comments
 (0)