Skip to content

Commit

Permalink
Another attempt to get netCDF4 working - py3 on RTD (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion authored and shoyer committed Nov 10, 2016
1 parent 2cfd388 commit a7bb97c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- numpydoc
- seaborn
- dask
- ipython
- ipython=4.0.1
- sphinx
- netCDF4
- cartopy
1 change: 1 addition & 0 deletions doc/examples/multidimensional-coords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ such datasets.
import numpy as np
import pandas as pd
import xarray as xr
import netCDF4
import cartopy.crs as ccrs
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
conda:
file: doc/environment.yml
python:
version: 2
version: 3
setup_py_install: true

0 comments on commit a7bb97c

Please sign in to comment.