Skip to content

Commit

Permalink
fix packages (#8)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 28, 2022
2 parents ca22cc8 + 65c1a8d commit 836dca2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: e03d981a2dc8479555aba88f76945c0243184c03976eb2fb457ed1b8655cd27d

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

Expand All @@ -32,7 +32,9 @@ requirements:
- scipy
- shapely
- simplejson
- xarray
# xarray is py38 only after that version and we need
# https://github.com/ioos/ioos_qc/pull/78 first.
- xarray <2022.3.0

test:
imports:
Expand Down

0 comments on commit 836dca2

Please sign in to comment.