Skip to content

Commit 385b36c

Browse files
Joe Hammanmax-sixty
Joe Hamman
authored andcommitted
try no rasterio in py36 env (#2691)
* try no rasterio in py36 env * no pynio or iris either * pin min gdal version in doc build
1 parent 1d0a2bc commit 385b36c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ script:
6060
- python --version
6161
- python -OO -c "import xarray"
6262
- 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";
6464
sphinx-build -n -j auto -b html -d _build/doctrees doc _build/html;
6565
elif [[ "$CONDA_ENV" == "lint" ]]; then
6666
pycodestyle xarray ;

ci/requirements-py36.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ dependencies:
2020
- scipy
2121
- seaborn
2222
- toolz
23-
- rasterio
23+
# - rasterio # xref #2683
2424
- bottleneck
2525
- zarr
2626
- pseudonetcdf>=3.0.1
2727
- eccodes
2828
- cdms2
29-
- pynio
30-
- iris>=1.10
29+
# - pynio # xref #2683
30+
# - iris>=1.10 # xref #2683
3131
- pydap
3232
- lxml
3333
- pip:

0 commit comments

Comments
 (0)