From 45eeeff7c5e5cea9cfa500d4a5da674bac7d30a8 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Tue, 12 Sep 2023 11:40:42 -0500 Subject: [PATCH] trying again with intake now --- ci/environment-py3.10.yml | 2 +- ci/environment-py3.8.yml | 2 +- ci/environment-py3.9.yml | 2 +- environment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/environment-py3.10.yml b/ci/environment-py3.10.yml index 2e3a597..bf83eee 100644 --- a/ci/environment-py3.10.yml +++ b/ci/environment-py3.10.yml @@ -16,7 +16,7 @@ dependencies: - nested_lookup - pytest-cov - coverage[toml] - - git+https://github.com/intake/intake + - intake - intake-parquet - intake-xarray # - "dask[complete]" diff --git a/ci/environment-py3.8.yml b/ci/environment-py3.8.yml index 6b5191a..9451e3f 100644 --- a/ci/environment-py3.8.yml +++ b/ci/environment-py3.8.yml @@ -16,7 +16,7 @@ dependencies: - nested_lookup - pytest-cov - coverage[toml] - - git+https://github.com/intake/intake + - intake - intake-parquet - intake-xarray # - "dask[complete]" diff --git a/ci/environment-py3.9.yml b/ci/environment-py3.9.yml index 5180f42..44720f3 100644 --- a/ci/environment-py3.9.yml +++ b/ci/environment-py3.9.yml @@ -16,7 +16,7 @@ dependencies: - nested_lookup - pytest-cov - coverage[toml] - - git+https://github.com/intake/intake + - intake - intake-parquet - intake-xarray # - "dask[complete]" diff --git a/environment.yml b/environment.yml index ecc7729..a75d055 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - shapely - pip: - nested_lookup - - git+https://github.com/intake/intake + - intake - intake-parquet - intake-xarray # - "dask[complete]"