Skip to content

Commit 6c1bb60

Browse files
committed
add numpy
1 parent 8538a39 commit 6c1bb60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

uxarray/core/dataarray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from typing import TYPE_CHECKING, Any, Hashable, Literal, Mapping, Optional
66
from warnings import warn
77

8+
import numpy as np
89
import xarray as xr
910
from cartopy.mpl.geoaxes import GeoAxes
1011
from xarray.core import dtypes

0 commit comments

Comments
 (0)