Skip to content

Commit 490af72

Browse files
authored
Merge pull request #107 from kthyng/fix_imports
trying to fix imports again
2 parents 075129a + ee10355 commit 490af72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

extract_model/extract_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import numpy as np
1212
import xarray as xr
1313

14-
from dask.delayed import Delayed
1514
from xarray import DataArray, Dataset
1615

1716
from .utils import calc_barycentric, interp_with_barycentric, order, tree_query

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ author_email = [email protected]
5555
[options]
5656
install_requires =
5757
cf_xarray
58+
dask
5859
netcdf4
5960
numpy
6061
pip
6162
scikit-learn # used by xoak for tree
6263
xarray
63-
xoak
6464

6565
setup_requires=
6666
setuptools_scm

0 commit comments

Comments
 (0)