Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Aug 15, 2024
1 parent d3b7299 commit 9f32005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyaerocom_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- geojsoncontour
- geocoder_reverse_natural_earth >= 0.0.2
- pyaro >= 0.0.10
- aerovaldb == 0.15.0
- aerovaldb == 0.0.15
## testing
- pytest >=7.4
- pytest-dependency
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"aerovaldb == 0.15.0",
"aerovaldb == 0.0.15",
"scitools-iris>=3.8.1",
"xarray>=2022.12.0",
"cartopy>=0.21.1",
Expand Down

0 comments on commit 9f32005

Please sign in to comment.