diff --git a/ci/environment-py3.10.yml b/ci/environment-py3.10.yml index aa8df21..bf83eee 100644 --- a/ci/environment-py3.10.yml +++ b/ci/environment-py3.10.yml @@ -5,9 +5,6 @@ dependencies: - python=3.10 ############## These will have to be adjusted to your specific project - cf_pandas - - intake - - intake-parquet - - intake-xarray - pandas - requests - shapely @@ -19,4 +16,7 @@ dependencies: - nested_lookup - pytest-cov - coverage[toml] + - intake + - intake-parquet + - intake-xarray # - "dask[complete]" diff --git a/ci/environment-py3.8.yml b/ci/environment-py3.8.yml index 67022b3..9451e3f 100644 --- a/ci/environment-py3.8.yml +++ b/ci/environment-py3.8.yml @@ -5,9 +5,6 @@ dependencies: - python=3.8 ############## These will have to be adjusted to your specific project - cf_pandas - - intake - - intake-parquet - - intake-xarray - pandas - requests - shapely @@ -19,4 +16,7 @@ dependencies: - nested_lookup - pytest-cov - coverage[toml] + - intake + - intake-parquet + - intake-xarray # - "dask[complete]" diff --git a/ci/environment-py3.9.yml b/ci/environment-py3.9.yml index e95914c..44720f3 100644 --- a/ci/environment-py3.9.yml +++ b/ci/environment-py3.9.yml @@ -5,9 +5,6 @@ dependencies: - python=3.9 ############## These will have to be adjusted to your specific project - cf_pandas - - intake - - intake-parquet - - intake-xarray - pandas - requests - shapely @@ -19,4 +16,7 @@ dependencies: - nested_lookup - pytest-cov - coverage[toml] + - intake + - intake-parquet + - intake-xarray # - "dask[complete]"