Skip to content

Commit f49712c

Browse files
authored
Merge pull request #423 from olemke/fix-matplotlib-dependency
Require matplotlib <3.9
2 parents db26f17 + 15c20f1 commit f49712c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- gdal
88
- h5netcdf
99
- keras
10-
- matplotlib>=1.4
10+
- matplotlib>=1.4,<3.9
1111
- netCDF4>=1.1.1
1212
- nbsphinx
1313
- numba

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fsspec!=2023.12.0,!=2023.12.1,!=2024.3.1
44
gdal
55
h5netcdf
66
keras
7-
matplotlib>=1.4
7+
matplotlib>=1.4,<3.9
88
nbsphinx
99
netCDF4>=1.1.1
1010
numba

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"fsspec!=2023.12.0,!=2023.12.1,!=2024.3.1",
8383
"h5netcdf",
8484
"imageio",
85-
"matplotlib>=1.4",
85+
"matplotlib>=1.4,<3.9",
8686
"netCDF4>=1.1.1",
8787
"numexpr",
8888
"numpy>=1.13",

0 commit comments

Comments
 (0)