Skip to content

Commit

Permalink
Bump to v0.3.2 and make xesmf an optional dependency (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Sep 16, 2022
1 parent 4729424 commit b84f5ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "xcdat" %}
{% set version = "0.3.1" %}
{% set version = "0.3.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/XCDAT/xcdat/archive/v{{ version }}.tar.gz
sha256: 03ce26f4e935f1a3d9d94c05de0bae338c88ac085a99ea9a546be1e59d5b0ba7
sha256: e9b676fd51869097eac82fde537ea3c036489a03f8f70205502ee8cfe27cb5bd

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

Expand All @@ -24,14 +24,14 @@ requirements:
- cf_xarray
- cftime
- dask
- esmpy
- netcdf4
- numba >=0.55.2
- numpy
- pandas
- python-dateutil
- xarray
- xesmf
run_constrained:
- xesmf >=0.6

test:
imports:
Expand Down

0 comments on commit b84f5ce

Please sign in to comment.