From 0d36dc8b672cafeb0854de46884f0a5fdab40cca Mon Sep 17 00:00:00 2001 From: RondeauG Date: Wed, 18 Sep 2024 13:42:12 -0400 Subject: [PATCH] SPEC0 pins --- environment-dev.yml | 12 ++++++------ environment.yml | 12 ++++++------ pyproject.toml | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 2d62b72c..0f014a48 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -17,22 +17,22 @@ dependencies: - h5netcdf - h5py <3.11 # writting and reading with engine h5netcdf was broken - intake-esm >=2023.07.07 - - matplotlib + - matplotlib >=3.6 - netCDF4 <1.7 # writting and reading with engine h5netcdf was broken - numcodecs - - numpy + - numpy >=1.24 - pandas >=2.2 - parse - pyyaml - rechunker - - scipy + - scipy >=1.10 - shapely >=2.0 - sparse - toolz - - xarray >=2023.11.0, !=2024.6.0, <2024.09.0 - - xclim >=0.50, <0.51 + - xarray >=2023.11.0, !=2024.6.0 + - xclim >=0.52.2, <0.53 - xesmf >=0.7 - - zarr + - zarr >=2.13 # Opt - nc-time-axis >=1.3.1 - pyarrow >=10.0.1 diff --git a/environment.yml b/environment.yml index 7fb1a9d0..3a4bea73 100644 --- a/environment.yml +++ b/environment.yml @@ -17,22 +17,22 @@ dependencies: - h5netcdf - h5py <3.11 - intake-esm >=2023.07.07 - - matplotlib + - matplotlib >=3.6 - netCDF4 <1.7 - numcodecs - - numpy + - numpy >=1.24 - pandas >=2.2 - parse - pyyaml - rechunker - - scipy + - scipy >=1.10 - shapely >=2.0 - sparse - toolz - - xarray >=2023.11.0, !=2024.6.0, <2024.09.0 - - xclim >=0.50, <0.51 + - xarray >=2023.11.0, !=2024.6.0 + - xclim >=0.52.2, <0.53 - xesmf >=0.7 - - zarr + - zarr >=2.13 # To install from source - setuptools >=65.0.0 - setuptools-scm >=8.0.0 diff --git a/pyproject.toml b/pyproject.toml index 05bc9177..88a92406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,23 +50,23 @@ dependencies = [ "h5netcdf", "h5py", "intake-esm >=2023.07.07", - "matplotlib", + "matplotlib >=3.6", "netCDF4 <1.7", "numcodecs", - "numpy", + "numpy >=1.24", "pandas >=2.2", "parse", # Used when opening catalogs. "pyarrow>=10.0.1", "pyyaml", "rechunker", - "scipy", + "scipy >=1.10", "shapely >=2.0", "sparse", "toolz", - "xarray >=2023.11.0, !=2024.6.0, <2024.09.0", - "xclim >=0.50, <0.51", - "zarr" + "xarray >=2023.11.0, !=2024.6.0", + "xclim >=0.52.2, <0.53", + "zarr >=2.13" ] [project.optional-dependencies]