Skip to content

Commit

Permalink
SPEC0 pins
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Sep 18, 2024
1 parent ffe6777 commit 0d36dc8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0d36dc8

Please sign in to comment.