File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66## [ Unreleased]
77
88AQUA core complete list:
9+ - Netcdf4 and h5py in env instead of pip (#2739 )
910
1011AQUA diagnostics complete list:
1112
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ dependencies:
1414 - eccodes==2.41.0
1515 # - cartopy_offlinedata==0.25.0 # this is needed for MN5 HPC
1616 - pip==25.2
17+ - netcdf4==1.7.2
1718 - hdf5==1.14.3
19+ - h5py==3.13.0
1820 - xesmf==0.8.10
1921 - imagemagick==7.1.2_3
2022 - pip :
Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ dependencies = [
5959 " typeguard==4.4.4" ,
6060 " xarray==2025.09.0" ,
6161 " kerchunk==0.2.9" ,
62- " h5py==3.15.0" , # to be compatible with netcdf4
63- " netcdf4==1.7.2" , # specific version to avoid hdf5 issues https://github.com/Unidata/netcdf4-python/issues/1438
6462 " fastparquet==2024.11.0" ,
6563 " ECmean4==0.1.15" ,
6664 " pyfdb==0.1.2" ,
You can’t perform that action at this time.
0 commit comments