Skip to content

Commit 0a7cc6f

Browse files
committed
temporaly fix, avoid a bug caused by netCDF 1.7.3
1 parent 78b4d28 commit 0a7cc6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deepxde
22
mat73
33
matplotlib
4-
netCDF4
4+
netCDF4==1.7.2
55
h5py
66
numpy
77
pandas

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deepxde
22
mat73
33
matplotlib
4-
netCDF4
4+
netCDF4==1.7.2 # fallback to previous version to avoid h5py=3.15.1 incompatible
55
h5py
66
numpy
77
pandas

0 commit comments

Comments
 (0)