Skip to content

Commit

Permalink
include gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Jan 4, 2019
1 parent 6cbc6d9 commit 78b35a2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,25 @@ dependencies:
# Optional dependencies.
# eggshell can be imported without them.
# Only sub-packages will raise import errors
################
# numeric
####################
# top level package
- python=3
- numpy
#- scipy
################
# visualisation
###################
# sub-package plot
- matplotlib
- cartopy
#- iris
################
# sub-package nc
#- libnetcdf
- netCDF4
- ocgis=2.1.0=py_3
- gdal
###################
# sub-package eo
# - gdal
################
# tests
- pytest
Expand Down

0 comments on commit 78b35a2

Please sign in to comment.