Skip to content

Commit 4461a7b

Browse files
authored
Merge pull request #135 from ACCESS-NRI/134-update-intake-esm
Update Intake-ESM dependency
2 parents a068166 + 19827f6 commit 4461a7b

5 files changed

+10
-10
lines changed

.conda/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ requirements:
2323
- cftime
2424
- ecgtools>=2023.7.13
2525
- intake>=0.7.0
26-
- intake-dataframe-catalog>=0.2.2
27-
- intake-esm>=2023.7.7
26+
- intake-dataframe-catalog>=0.2.3
27+
- intake-esm>=2023.10.27
2828
- jsonschema
2929
- pooch
3030
- xarray

ci/environment-3.10.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- python==3.10
88
- cftime
99
- ecgtools>=2023.7.13
10-
- intake-dataframe-catalog>=0.2.2
11-
- intake-esm>=2023.7.7
10+
- intake-dataframe-catalog>=0.2.3
11+
- intake-esm>=2023.10.27
1212
- jsonschema
1313
- pooch
1414
- pre-commit

ci/environment-3.11.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- python==3.11
88
- cftime
99
- ecgtools>=2023.7.13
10-
- intake-dataframe-catalog>=0.2.2
11-
- intake-esm>=2023.7.7
10+
- intake-dataframe-catalog>=0.2.3
11+
- intake-esm>=2023.10.27
1212
- jsonschema
1313
- pooch
1414
- pre-commit

ci/environment-3.9.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- python>=3.9.2 # see https://github.com/dask/distributed/issues/7956
88
- cftime
99
- ecgtools>=2023.7.13
10-
- intake-dataframe-catalog>=0.2.2
11-
- intake-esm>=2023.7.7
10+
- intake-dataframe-catalog>=0.2.3
11+
- intake-esm>=2023.10.27
1212
- jsonschema
1313
- pooch
1414
- pre-commit

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies = [
1717
"cftime",
1818
"ecgtools>=2023.7.13",
1919
"intake>=0.7.0",
20-
"intake-dataframe-catalog>=0.2.2",
21-
"intake-esm>=2023.7.7",
20+
"intake-dataframe-catalog>=0.2.3",
21+
"intake-esm>=2023.10.27",
2222
"jsonschema",
2323
"pooch",
2424
"xarray",

0 commit comments

Comments
 (0)