From 74228be4118600545dbfa9f46e4e85655d653684 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Fri, 8 Mar 2024 05:08:04 +0800 Subject: [PATCH] add extras --- recipe/meta.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index def16c4..82db375 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ build: - gdptools = gdptools.__main__:main noarch: python script: {{ PYTHON }} -m pip install . -vv - number: 0 + number: 1 requirements: host: @@ -33,6 +33,23 @@ requirements: - attrs >=21.4.0 - pydantic >=1.9.0 - xarray >=0.21.1 + # xarray[io] + - netCDF4 + - h5netcdf + - scipy + - zarr + - fsspec + - cftime + - rasterio + - cfgrib + - pooch + # xarray[accel] + - scipy + - bottleneck + - flox + # xarray[parallel] + # dask[complete] + - dask test: imports: