Skip to content

Commit 19827f6

Browse files
committed
update intake-dataframe-catalog
1 parent dc49181 commit 19827f6

5 files changed

+6
-6
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- python==3.10
88
- cftime
99
- ecgtools>=2023.7.13
10-
- intake-dataframe-catalog>=0.2.2
10+
- intake-dataframe-catalog>=0.2.3
1111
- intake-esm>=2023.10.27
1212
- jsonschema
1313
- pooch

ci/environment-3.11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- python==3.11
88
- cftime
99
- ecgtools>=2023.7.13
10-
- intake-dataframe-catalog>=0.2.2
10+
- intake-dataframe-catalog>=0.2.3
1111
- intake-esm>=2023.10.27
1212
- jsonschema
1313
- pooch

ci/environment-3.9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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
10+
- intake-dataframe-catalog>=0.2.3
1111
- intake-esm>=2023.10.27
1212
- jsonschema
1313
- pooch

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"cftime",
1818
"ecgtools>=2023.7.13",
1919
"intake>=0.7.0",
20-
"intake-dataframe-catalog>=0.2.2",
20+
"intake-dataframe-catalog>=0.2.3",
2121
"intake-esm>=2023.10.27",
2222
"jsonschema",
2323
"pooch",

0 commit comments

Comments
 (0)