Skip to content

Commit

Permalink
enable dependencies in evironment
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Jan 4, 2019
1 parent 1f4286e commit b5fb72f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
- six
#- pywps
- pywps
# Optional dependencies.
# eggshell can be imported without them.
# Only sub-packages will raise import errors
Expand All @@ -14,13 +14,13 @@ dependencies:
#- scipy
################
# visualisation
#- matplotlib
- matplotlib
#- cartopy
#- iris
################
#- libnetcdf
- netCDF4
#- ocgis
- ocgis
################
# tests
- pytest
Expand Down

0 comments on commit b5fb72f

Please sign in to comment.