Skip to content

Commit

Permalink
Merge pull request #154 from ACCESS-NRI/issue-153-pin-intake
Browse files Browse the repository at this point in the history
Pin intake=0.7.0
  • Loading branch information
dougiesquire authored Feb 29, 2024
2 parents c80df87 + 4fe1194 commit c6c4449
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 c6c4449

Please sign in to comment.