Skip to content

Commit

Permalink
Fix conda recipe python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Jan 24, 2025
1 parent 27724a6 commit cd32213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:

requirements:
host:
- python 3.10
- python >=3.10
- poetry-core
- pip
run:
Expand All @@ -44,7 +44,7 @@ tests:
- kelp_o_matic.geotiff_io
- requirements:
run:
- python 3.10
- python >=3.10
- pip
script:
- pip check
Expand Down

0 comments on commit cd32213

Please sign in to comment.