Skip to content

Commit

Permalink
Merge pull request #423 from olemke/fix-matplotlib-dependency
Browse files Browse the repository at this point in the history
Require matplotlib <3.9
  • Loading branch information
olemke authored Jun 3, 2024
2 parents db26f17 + 15c20f1 commit f49712c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- gdal
- h5netcdf
- keras
- matplotlib>=1.4
- matplotlib>=1.4,<3.9
- netCDF4>=1.1.1
- nbsphinx
- numba
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fsspec!=2023.12.0,!=2023.12.1,!=2024.3.1
gdal
h5netcdf
keras
matplotlib>=1.4
matplotlib>=1.4,<3.9
nbsphinx
netCDF4>=1.1.1
numba
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"fsspec!=2023.12.0,!=2023.12.1,!=2024.3.1",
"h5netcdf",
"imageio",
"matplotlib>=1.4",
"matplotlib>=1.4,<3.9",
"netCDF4>=1.1.1",
"numexpr",
"numpy>=1.13",
Expand Down

0 comments on commit f49712c

Please sign in to comment.