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:
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 ; 
Original file line number Diff line number Diff 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 :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments