Skip to content

Commit

Permalink
Pin matplotlib != 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jul 19, 2024
1 parent c60afa8 commit cdc986c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cftime >=1.5
- dask-core >=2022.9.0
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cftime >=1.5
- dask-core >=2022.9.0
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
Expand Down
2 changes: 1 addition & 1 deletion requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cftime >=1.5
- dask-core >=2022.9.0
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
Expand Down

0 comments on commit cdc986c

Please sign in to comment.