Commit 5b07e155 authored by Willi Rath's avatar Willi Rath
Browse files

Add gsw modules

- For Python 3, use conda-forge's gsw package which is
  <https://github.com/TEOS-10/GSW-Python>.
- For Python 2, install the deprecated version with pip.
parent 54180489
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,5 +34,6 @@ dependencies:
  - seawater
  - xarray
  - pip:
      - gsw
      - pymatlab
      - "git+{git_protocol}git.geomar.de/open-source/cartopy_offlinedata.git@master"
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ dependencies:
  - spyder
  - xarray
  - pip:
      - gsw
      - pymatlab
      - "git+{git_protocol}git.geomar.de/open-source/cartopy_offlinedata.git@master"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ dependencies:
  - fortran-magic
  - git
  - git-lfs
  - gsw
  - haversine
  - hdf5
  - ipython
+1 −0
Original line number Diff line number Diff line
@@ -34,5 +34,6 @@ dependencies:
  - seawater
  - xarray
  - pip:
      - gsw
      - pymatlab
      - "git+ssh://git@git.geomar.de/open-source/cartopy_offlinedata.git@master"
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ dependencies:
  - spyder
  - xarray
  - pip:
      - gsw
      - pymatlab
      - "git+ssh://git@git.geomar.de/open-source/cartopy_offlinedata.git@master"
Loading