Skip to content

Commit

Permalink
build(deps): bump xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir committed Jan 12, 2024
1 parent 48d0042 commit eb2e30d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "volcano-cooking"
version = "0.11.0"
version = "0.11.1"
description = "Make some volcanoes and simulate them in CESM2"
authors = ["engeir <eirroleng@gmail.com>"]
license = "GPL-3.0-or-later"
Expand All @@ -21,11 +21,11 @@ click = "^8.0.1"
cftime = "^1.5.0"
netCDF4 = "^1.5.8"
superposed-pulses = "^1.3"
xarray = ">=0.21.1,<2023.2.0"
wget = "^3.2"
dask = ">=2022.3,<2024.0"
cosmoplots = ">=0.1.5,<0.3.0"
importlib-metadata = ">=5,<8"
xarray = "^2023.12.0"

[tool.poetry.dev-dependencies]
coverage = "^7.4"
Expand Down

0 comments on commit eb2e30d

Please sign in to comment.