Skip to content

Commit c807d35

Browse files
committed
Remove hdf5 and fix pypi name for matplotlib
1 parent 6f649a5 commit c807d35

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dev-environment.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ python >= 3.9
22
cartopy
33
cmocean
44
h5netcdf
5-
hdf5
65
netcdf4
76
matplotlib-base
87
numpy

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ dependencies = [
1818
"cartopy",
1919
"cmocean",
2020
"h5netcdf",
21-
"hdf5",
2221
"netcdf4",
23-
"matplotlib-base",
22+
"matplotlib",
2423
"numpy",
2524
"pyproj",
2625
"scipy",

0 commit comments

Comments
 (0)