add extras
This commit is contained in:
+18
-1
@@ -14,7 +14,7 @@ build:
|
|||||||
- gdptools = gdptools.__main__:main
|
- gdptools = gdptools.__main__:main
|
||||||
noarch: python
|
noarch: python
|
||||||
script: {{ PYTHON }} -m pip install . -vv
|
script: {{ PYTHON }} -m pip install . -vv
|
||||||
number: 0
|
number: 1
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
host:
|
host:
|
||||||
@@ -33,6 +33,23 @@ requirements:
|
|||||||
- attrs >=21.4.0
|
- attrs >=21.4.0
|
||||||
- pydantic >=1.9.0
|
- pydantic >=1.9.0
|
||||||
- xarray >=0.21.1
|
- 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:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|||||||
Reference in New Issue
Block a user