From eb2e30dc93591bdde575f2c53b8b1a63165d07a0 Mon Sep 17 00:00:00 2001 From: engeir Date: Fri, 12 Jan 2024 10:38:30 +0100 Subject: [PATCH] build(deps): bump xarray --- poetry.lock | 21 ++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83769ba..78ce9ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1638,25 +1638,24 @@ files = [ [[package]] name = "xarray" -version = "2023.1.0" +version = "2023.12.0" description = "N-D labeled arrays and datasets in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "xarray-2023.1.0-py3-none-any.whl", hash = "sha256:7e530b1deafdd43e5c2b577d0944e6b528fbe88045fd849e49a8d11871ecd522"}, - {file = "xarray-2023.1.0.tar.gz", hash = "sha256:7bee552751ff1b29dab8b7715726e5ecb56691ac54593cf4881dff41978ce0cd"}, + {file = "xarray-2023.12.0-py3-none-any.whl", hash = "sha256:3c22b6824681762b6c3fcad86dfd18960a617bccbc7f456ce21b43a20e455fb9"}, + {file = "xarray-2023.12.0.tar.gz", hash = "sha256:4565dbc890de47e278346c44d6b33bb07d3427383e077a7ca8ab6606196fd433"}, ] [package.dependencies] -numpy = ">=1.20" +numpy = ">=1.22" packaging = ">=21.3" -pandas = ">=1.3" +pandas = ">=1.4" [package.extras] -accel = ["bottleneck", "flox", "numbagg", "scipy"] -complete = ["bottleneck", "cfgrib", "cftime", "dask[complete]", "flox", "fsspec", "h5netcdf", "matplotlib", "nc-time-axis", "netCDF4", "numbagg", "pooch", "pydap", "rasterio", "scipy", "seaborn", "zarr"] -docs = ["bottleneck", "cfgrib", "cftime", "dask[complete]", "flox", "fsspec", "h5netcdf", "ipykernel", "ipython", "jupyter-client", "matplotlib", "nbsphinx", "nc-time-axis", "netCDF4", "numbagg", "pooch", "pydap", "rasterio", "scanpydoc", "scipy", "seaborn", "sphinx-autosummary-accessors", "sphinx-rtd-theme", "zarr"] -io = ["cfgrib", "cftime", "fsspec", "h5netcdf", "netCDF4", "pooch", "pydap", "rasterio", "scipy", "zarr"] +accel = ["bottleneck", "flox", "numbagg", "opt-einsum", "scipy"] +complete = ["xarray[accel,io,parallel,viz]"] +io = ["cftime", "fsspec", "h5netcdf", "netCDF4", "pooch", "pydap", "scipy", "zarr"] parallel = ["dask[complete]"] viz = ["matplotlib", "nc-time-axis", "seaborn"] @@ -1701,4 +1700,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "dc061950eb829497f4ce2da178d99935d26d0bf9fa0d4483f6827349a2f7fd2f" +content-hash = "30aed32e4167bcfcc67e901b2f103b1de25804c6ad6eb7066be1e21cb7d89383" diff --git a/pyproject.toml b/pyproject.toml index c059312..f606ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-or-later" @@ -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"