diff --git a/poetry.lock b/poetry.lock index 6acc223..761b0d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2054,24 +2054,24 @@ files = [ [[package]] name = "xarray" -version = "2024.6.0" +version = "2024.2.0" description = "N-D labeled arrays and datasets in Python" optional = false python-versions = ">=3.9" files = [ - {file = "xarray-2024.6.0-py3-none-any.whl", hash = "sha256:721a7394e8ec3d592b2d8ebe21eed074ac077dc1bb1bd777ce00e41700b4866c"}, - {file = "xarray-2024.6.0.tar.gz", hash = "sha256:0b91e0bc4dc0296947947640fe31ec6e867ce258d2f7cbc10bedf4a6d68340c7"}, + {file = "xarray-2024.2.0-py3-none-any.whl", hash = "sha256:a31a9b37e39bd5aeb098070a75d6dd4d59019eb339d735b86108b9e0cb391f94"}, + {file = "xarray-2024.2.0.tar.gz", hash = "sha256:a105f02791082c888ebe2622090beaff2e7b68571488d62fe6afdab35b4b717f"}, ] [package.dependencies] numpy = ">=1.23" -packaging = ">=23.1" -pandas = ">=2.0" +packaging = ">=22" +pandas = ">=1.5" [package.extras] accel = ["bottleneck", "flox", "numbagg", "opt-einsum", "scipy"] complete = ["xarray[accel,dev,io,parallel,viz]"] -dev = ["hypothesis", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-env", "pytest-timeout", "pytest-xdist", "ruff", "xarray[complete]"] +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"] @@ -2131,4 +2131,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "055e05d92074104728fbc614387c85b4db4678c9263bd06d855b798f4c351a33" +content-hash = "12417f64c6e79dc1562c73d12714aff0cfd255821baee27ff3236973aad45d12" diff --git a/pyproject.toml b/pyproject.toml index 43f37c3..f6b00a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ numpy = "^1.23" pandas = ">=1.5, <3.0" scikit-learn = "^1.2" scipy = "^1.10" -xarray = ">=2023.1, <2025.0" +xarray = ">=2023.1, <2024.3" zarr = "^2.14" fire = "^0.5"