Skip to content

Commit

Permalink
Merge pull request #135 from ACCESS-NRI/134-update-intake-esm
Browse files Browse the repository at this point in the history
Update Intake-ESM dependency
  • Loading branch information
dougiesquire committed Nov 2, 2023
2 parents a068166 + 19827f6 commit 4461a7b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ requirements:
- cftime
- ecgtools>=2023.7.13
- intake>=0.7.0
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
- pooch
- xarray
Expand Down
4 changes: 2 additions & 2 deletions ci/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- python==3.10
- cftime
- ecgtools>=2023.7.13
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
- pooch
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions ci/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- python==3.11
- cftime
- ecgtools>=2023.7.13
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
- pooch
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions ci/environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- python>=3.9.2 # see https://github.com/dask/distributed/issues/7956
- cftime
- ecgtools>=2023.7.13
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
- pooch
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies = [
"cftime",
"ecgtools>=2023.7.13",
"intake>=0.7.0",
"intake-dataframe-catalog>=0.2.2",
"intake-esm>=2023.7.7",
"intake-dataframe-catalog>=0.2.3",
"intake-esm>=2023.10.27",
"jsonschema",
"pooch",
"xarray",
Expand Down

0 comments on commit 4461a7b

Please sign in to comment.