Skip to content

Commit

Permalink
now trying all intakes from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Sep 12, 2023
1 parent 45eeeff commit e5f35c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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,6 +5,9 @@ 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 @@ -16,7 +19,4 @@ 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,6 +5,9 @@ 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 @@ -16,7 +19,4 @@ 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,6 +5,9 @@ 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 @@ -16,7 +19,4 @@ dependencies:
- nested_lookup
- pytest-cov
- coverage[toml]
- intake
- intake-parquet
- intake-xarray
# - "dask[complete]"
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ dependencies:
- aiohttp
- cf_pandas
- h5netcdf
- intake
- intake-parquet
- intake-xarray
- pandas
- pip
- requests
- shapely
- pip:
- nested_lookup
- intake
- intake-parquet
- intake-xarray
# - "dask[complete]"

0 comments on commit e5f35c4

Please sign in to comment.