Skip to content

Commit 8db568d

Browse files
authored
[v0.19-operational] Netcdf4 in env instead of pip (#2739)
* netcdf4 in env instead of pip * h5py * changelog
1 parent b1763ac commit 8db568d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
## [Unreleased]
77

88
AQUA core complete list:
9+
- Netcdf4 and h5py in env instead of pip (#2739)
910

1011
AQUA diagnostics complete list:
1112

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)