Skip to content

Commit

Permalink
Now require matplotlib >= 3.8
Browse files Browse the repository at this point in the history
docs/environment_files/environment.yml
- Now request matplotlib 3.8 or later.  This will ensure that GCPy
  will not encounter issues caused by older matplotlib versions.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jan 23, 2024
1 parent 0b9b342 commit c83f866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment_files/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- ipython # Interactive Python (used by Jupyter)
- joblib # Parallelize python code
- jupyter # Jupyter Notebook
- matplotlib # Creates plots and visualizations
- matplotlib>=3.7 # Creates plots and visualizations
- netcdf4 # Python wrapper for netCDF
- netcdf-fortran # Python wrapper for netCDF-Fortran
- numpy # Optimized mathematical functions
Expand Down

0 comments on commit c83f866

Please sign in to comment.