1 parent 648d0a1 commit 19757beCopy full SHA for 19757be
2 files changed
docs/accessors.rst
@@ -27,6 +27,7 @@ It can be used to visualize the variables in the dataset directly from the
27
dataset itself, e.g.
28
29
.. ipython::
30
+ :okwarning:
31
32
In [1]: import psyplot
33
docs/environment.yml
@@ -8,7 +8,7 @@ dependencies:
8
- dask
9
- xarray
10
- netCDF4
11
- - matplotlib
+ - matplotlib=3.2 # mainly for matplotlib compatibility
12
- seaborn
13
- ipython
14
- nbconvert
0 commit comments