Skip to content

Commit

Permalink
update ecgtools version
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jul 18, 2023
1 parent 723b92e commit 5ddd399
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
run:
- python >=3.9
- cftime
- ecgtools>=2023.7.7
- ecgtools>=2023.7.13
- intake>=0.7.0
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python==3.10
- cftime
- ecgtools>=2023.7.7
- ecgtools>=2023.7.13
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
- jsonschema
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python==3.11
- cftime
- ecgtools>=2023.7.7
- ecgtools>=2023.7.13
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
- jsonschema
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python>=3.9.2 # see https://github.com/dask/distributed/issues/7956
- cftime
- ecgtools>=2023.7.7
- ecgtools>=2023.7.13
- intake-dataframe-catalog>=0.2.2
- intake-esm>=2023.7.7
- jsonschema
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
]
dependencies = [
"cftime",
"ecgtools>=2023.7.7",
"ecgtools>=2023.7.13",
"intake>=0.7.0",
"intake-dataframe-catalog>=0.2.2",
"intake-esm>=2023.7.7",
Expand Down

0 comments on commit 5ddd399

Please sign in to comment.