File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ script:
60
60
- python --version
61
61
- python -OO -c "import xarray"
62
62
- if [[ "$CONDA_ENV" == "docs" ]]; then
63
- conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc;
63
+ conda install -c conda-forge --override-channels sphinx sphinx_rtd_theme sphinx-gallery numpydoc "gdal>2.2.4" ;
64
64
sphinx-build -n -j auto -b html -d _build/doctrees doc _build/html;
65
65
elif [[ "$CONDA_ENV" == "lint" ]]; then
66
66
pycodestyle xarray ;
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ dependencies:
20
20
- scipy
21
21
- seaborn
22
22
- toolz
23
- - rasterio
23
+ # - rasterio # xref #2683
24
24
- bottleneck
25
25
- zarr
26
26
- pseudonetcdf>=3.0.1
27
27
- eccodes
28
28
- cdms2
29
- - pynio
30
- - iris>=1.10
29
+ # - pynio # xref #2683
30
+ # - iris>=1.10 # xref #2683
31
31
- pydap
32
32
- lxml
33
33
- pip :
You can’t perform that action at this time.
0 commit comments