Skip to content

Commit

Permalink
Merge pull request #518 from kafitzgerald/issue517
Browse files Browse the repository at this point in the history
Unpin matplotlib and remove old ncar channel
  • Loading branch information
jukent committed Jun 12, 2023
2 parents a0a6a7d + 9799cfe commit a110fc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conda_environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: geocat-examples
channels:
- conda-forge
- ncar
dependencies:
- python>=3.8
- python>=3.8, <3.11 # minimum support 3.8, 3.11 not yet fully supported
- geocat-comp
- cf_xarray>=0.3.1
- geocat-datafiles
Expand All @@ -15,7 +14,7 @@ dependencies:
- jupyter
- jupyterlab
- make
- matplotlib<3.6
- matplotlib
- metpy
- mock
- nbsphinx
Expand Down

0 comments on commit a110fc4

Please sign in to comment.