diff --git a/poetry.lock b/poetry.lock index 8d331284..4aeb90de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7884,23 +7884,24 @@ files = [ [[package]] name = "xarray" -version = "2023.12.0" +version = "2024.3.0" description = "N-D labeled arrays and datasets in Python" optional = false python-versions = ">=3.9" files = [ - {file = "xarray-2023.12.0-py3-none-any.whl", hash = "sha256:3c22b6824681762b6c3fcad86dfd18960a617bccbc7f456ce21b43a20e455fb9"}, - {file = "xarray-2023.12.0.tar.gz", hash = "sha256:4565dbc890de47e278346c44d6b33bb07d3427383e077a7ca8ab6606196fd433"}, + {file = "xarray-2024.3.0-py3-none-any.whl", hash = "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"}, + {file = "xarray-2024.3.0.tar.gz", hash = "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8"}, ] [package.dependencies] -numpy = ">=1.22" -packaging = ">=21.3" -pandas = ">=1.4" +numpy = ">=1.23" +packaging = ">=22" +pandas = ">=1.5" [package.extras] accel = ["bottleneck", "flox", "numbagg", "opt-einsum", "scipy"] -complete = ["xarray[accel,io,parallel,viz]"] +complete = ["xarray[accel,dev,io,parallel,viz]"] +dev = ["hypothesis", "pre-commit", "pytest", "pytest-cov", "pytest-env", "pytest-timeout", "pytest-xdist", "ruff", "xarray[complete]"] io = ["cftime", "fsspec", "h5netcdf", "netCDF4", "pooch", "pydap", "scipy", "zarr"] parallel = ["dask[complete]"] viz = ["matplotlib", "nc-time-axis", "seaborn"] @@ -8072,4 +8073,4 @@ nonix = ["openlane"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "91c884e3767565b86da576e4d6d7bf245adc03863cd5e3e98efbcf207bd516ba" +content-hash = "963168f0a89a0aa7ba027a1c516952ce0111669d7a90444ddc899cbe5fcae077" diff --git a/pyproject.toml b/pyproject.toml index efc92f49..7ac3d5bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ sky130 = {git = "https://github.com/daquintero/skywater130.git", branch = "dario sky130-hdl21 = {version = "^6.0.0"} thewalrus = "^0.20.0" vlsirtools = "^6.0.0" -xarray = "^2023.12.0" +xarray = ">=2023.12,<2025.0" # Examples # TODO FIX ModuleNotFoundError: No module named 'setuptools' in nix