Skip to content

Commit

Permalink
Merge pull request #1 from gabuzi/main
Browse files Browse the repository at this point in the history
Constrain xsdata version
  • Loading branch information
gabuzi authored Apr 11, 2024
2 parents d7af79f + b19e84a commit bf386c8
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
- 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 bf386c8

Please sign in to comment.