Skip to content

Commit

Permalink
fix python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed May 19, 2023
1 parent d0b4361 commit 2fb9a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ build:
- mdio = mdio.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
- python >=3.8,<3.11
- python >=3.8,<3.12
- pip
- poetry-core

Expand Down

0 comments on commit 2fb9a74

Please sign in to comment.