Skip to content

Commit

Permalink
Constrain xsdata version
Browse files Browse the repository at this point in the history
This version of Pkg not compatible with xsdata 23. See ismrmrd/ismrmrd-python#71
  • Loading branch information
gabuzi authored Apr 11, 2024
1 parent d7af79f commit 874268c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
- python >=3.6,<3.12
- setuptools
- wheel
- xsdata
- xsdata >22.12,<23
- jinja2 >=2.11.0
- nose >=1.0
- pip
run:
- python >=3.6,<3.12
- xsdata >=22.12
- xsdata >=22.12,<23
- numpy >=1.22.0
- h5py >=2.3

Expand Down

0 comments on commit 874268c

Please sign in to comment.