File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed
modules/04-data-in-the-cloud Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,31 @@ name = "04-data-in-the-cloud"
33version = " 0.1.0"
44description = " Dependencies for module 4 - Data in the Cloud"
55readme = " README.md"
6- requires-python = " >=3.14 "
6+ requires-python = " >=3.11,<3.13 "
77dependencies = [
8+ " xarray>=2025.7.1" ,
9+ " pandas>=2.3.1" ,
10+ " numpy>=2.2.6,<2.3" ,
11+ " scipy>=1.16.1" ,
12+ " netCDF4>=1.7.2" ,
13+ " cftime>=1.6.4" ,
14+ " bottleneck>=1.5.0" ,
15+ " dask>=2025.7.0" ,
16+ " distributed>=2025.7.0" ,
17+ " matplotlib>=3.10.5" ,
18+ " cartopy>=0.25.0" ,
19+ " numbagg>=0.9.0" ,
20+ " pint>=0.24.4" ,
21+ " sparse>=0.17.0" ,
22+ " flox>=0.10.4" ,
23+ " h5netcdf>=1.6.4,<1.8" ,
24+ " h5py>=3.14.0,<3.15" ,
25+ " zarr>=3.1.1,<3.2" ,
26+ " fsspec>=2025.7.0,<2025.11" ,
827 " cubed-xarray>=0.0.8" ,
928 " cubed[diagnostics]>=0.23.0" ,
10- " dask>=2025.11.0" ,
11- " fsspec>=2025.10.0" ,
12- " h5netcdf>=1.7.3" ,
1329 " icechunk>=1.1.12" ,
14- " obspec-utils>=0.1 .0" ,
30+ " obspec-utils>=0.2 .0" ,
1531 " obstore>=0.8.2" ,
1632 " s3fs>=2025.10.0" ,
1733 " virtualizarr>=2.2.1" ,
@@ -20,4 +36,6 @@ dependencies = [
2036[dependency-groups ]
2137dev = [
2238 " ipykernel>=7.1.0" ,
39+ " jupytext>=1.18.1" ,
40+ " ipython>=9.4.0,<9.5" ,
2341]
You can’t perform that action at this time.
0 commit comments