Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"astropy~=7.0.1",
"astropy~=7.2.0",
"cartopy~=0.24.1",
"cf-xarray~=0.10",
"cftime~=1.6.0",
"dask>=2024.12.0,<2025.4",
"matplotlib~=3.8",
"netcdf4==1.7.3",
"numcodecs>=0.13.0,<0.17",
"numcodecs-combinators[xarray]~=0.2.10",
"numcodecs-combinators[xarray]~=0.2.13",
"numcodecs-observers~=0.1.2",
"numcodecs-safeguards==0.1.0b2",
"numcodecs-wasm~=0.2.2",
"numcodecs-wasm-bit-round~=0.4.0",
"numcodecs-wasm-fixed-offset-scale~=0.4.0",
Expand All @@ -28,6 +29,7 @@ dependencies = [
"numcodecs-wasm-zfp~=0.6.0",
"numcodecs-wasm-zfp-classic~=0.4.0",
"numcodecs-wasm-zstd~=0.4.0",
"numcodecs-zero~=0.1.2",
"pandas~=2.2",
"scipy~=1.14",
"seaborn~=0.13.2",
Expand Down
Loading
Loading