diff --git a/ci/notebooktests.yml b/ci/notebooktests.yml index 012e0a1..50e46c8 100644 --- a/ci/notebooktests.yml +++ b/ci/notebooktests.yml @@ -16,7 +16,7 @@ dependencies: - netCDF4 - notebook - numpy - - open-radar-data>=0.1.0 + - open-radar-data>=0.2.0 - pip - pyproj - pytest @@ -27,7 +27,7 @@ dependencies: - scipy - setuptools - xarray - - xarray-datatree>=0.0.10 + - xarray-datatree>=0.0.14 - xmltodict - boto3 - arm_pyart diff --git a/ci/unittests.yml b/ci/unittests.yml index eb9f3f8..05653c1 100644 --- a/ci/unittests.yml +++ b/ci/unittests.yml @@ -13,7 +13,7 @@ dependencies: - lat_lon_parser - netCDF4 - numpy - - open-radar-data>=0.1.0 + - open-radar-data>=0.2.0 - pip - pyproj - pytest @@ -24,5 +24,5 @@ dependencies: - scipy - setuptools - xarray - - xarray-datatree>=0.0.10 + - xarray-datatree>=0.0.14 - xmltodict