We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075129a + ee10355 commit 490af72Copy full SHA for 490af72
extract_model/extract_model.py
@@ -11,7 +11,6 @@
11
import numpy as np
12
import xarray as xr
13
14
-from dask.delayed import Delayed
15
from xarray import DataArray, Dataset
16
17
from .utils import calc_barycentric, interp_with_barycentric, order, tree_query
setup.cfg
@@ -55,12 +55,12 @@ author_email = kristen@axds.co
55
[options]
56
install_requires =
57
cf_xarray
58
+ dask
59
netcdf4
60
numpy
61
pip
62
scikit-learn # used by xoak for tree
63
xarray
- xoak
64
65
setup_requires=
66
setuptools_scm
0 commit comments