Skip to content

Commit

Permalink
try intake from pypi again
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Sep 12, 2023
1 parent e5f35c4 commit 7cdbaa9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ci/environment-py3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,4 +16,7 @@ dependencies:
- nested_lookup
- pytest-cov
- coverage[toml]
- intake
- intake-parquet
- intake-xarray
# - "dask[complete]"
6 changes: 3 additions & 3 deletions ci/environment-py3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,4 +16,7 @@ dependencies:
- nested_lookup
- pytest-cov
- coverage[toml]
- intake
- intake-parquet
- intake-xarray
# - "dask[complete]"
6 changes: 3 additions & 3 deletions ci/environment-py3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,4 +16,7 @@ dependencies:
- nested_lookup
- pytest-cov
- coverage[toml]
- intake
- intake-parquet
- intake-xarray
# - "dask[complete]"

0 comments on commit 7cdbaa9

Please sign in to comment.