Skip to content

Commit

Permalink
pin intake=0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Feb 28, 2024
1 parent c80df87 commit 4fe1194
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
- python >=3.9
- cftime
- ecgtools>=2023.7.13
- intake>=0.7.0
- intake==0.7.0
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
Expand Down
1 change: 1 addition & 0 deletions ci/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- python==3.10
- cftime
- ecgtools>=2023.7.13
- intake==0.7.0
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
Expand Down
1 change: 1 addition & 0 deletions ci/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- python==3.11
- cftime
- ecgtools>=2023.7.13
- intake==0.7.0
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
Expand Down
1 change: 1 addition & 0 deletions ci/environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- python>=3.9.2 # see https://github.com/dask/distributed/issues/7956
- cftime
- ecgtools>=2023.7.13
- intake==0.7.0
- intake-dataframe-catalog>=0.2.3
- intake-esm>=2023.10.27
- jsonschema
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
dependencies = [
"cftime",
"ecgtools>=2023.7.13",
"intake>=0.7.0",
"intake==0.7.0",
"intake-dataframe-catalog>=0.2.3",
"intake-esm>=2023.10.27",
"jsonschema",
Expand Down

0 comments on commit 4fe1194

Please sign in to comment.