Skip to content

Commit

Permalink
Merge pull request #41 from rly/patch-1
Browse files Browse the repository at this point in the history
Update run requirements for 2023.12 release
  • Loading branch information
nehaljwani authored Jan 10, 2024
2 parents 2b04a05 + f28104e commit 5eee135
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ source:

build:
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- python >=3
- python >=3.7
- pip
run:
- python >=3
- python >=3.7
- setuptools >=42.0.0
- importlib_metadata >=4.6
- packaging >=22.0

test:
imports:
Expand Down

0 comments on commit 5eee135

Please sign in to comment.