Commit b28f9715 authored by Willi Rath's avatar Willi Rath
Browse files

Merge branch 'develop' into 'master'

Create separate env for pyngl

Closes #15

See merge request !44
parents 19ebf9cb 3dd8bda9
Loading
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
name: py2_pyngl
channels:
  - {conda-forge}
  - {willirath}
  - {anaconda}
dependencies:
  - python=2.7.12
  - anaconda-client
  - aospy
  - basemap
  - cartopy
  - cf_units
  - cmocean
  - dask
  - eofs
  - fortran-magic
  - haversine
  - hdf5
  - ipython
  - jupyter
  - line_profiler
  - matplotlib=1.5.3
  - nco
  - netCDF4
  - numpy
  - pandas
  - pyngl
  - pytables
  - seaborn
  - seawater
  - texlive-core
  - xarray
  - pip:
      - pymatlab
      - "git+{git_protocol}git.geomar.de/open-source/cartopy_offlinedata.git@master"
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ dependencies:
  - netCDF4
  - numpy
  - pandas
  - pyngl
  - pytables
  - seaborn
  - seawater
+35 −0
Original line number Diff line number Diff line
name: py2_pyngl
channels:
  - file://home/b/shkifmwr/TM/data/conda_mirror/conda-forge_local_mirror/
  - file://home/b/shkifmwr/TM/data/conda_mirror/willirath_local_mirror/
  - file://home/b/shkifmwr/TM/data/conda_mirror/anaconda_local_mirror/
dependencies:
  - python=2.7.12
  - anaconda-client
  - aospy
  - basemap
  - cartopy
  - cf_units
  - cmocean
  - dask
  - eofs
  - fortran-magic
  - haversine
  - hdf5
  - ipython
  - jupyter
  - line_profiler
  - matplotlib=1.5.3
  - nco
  - netCDF4
  - numpy
  - pandas
  - pyngl
  - pytables
  - seaborn
  - seawater
  - texlive-core
  - xarray
  - pip:
      - pymatlab
      - "git+ssh://git@git.geomar.de/open-source/cartopy_offlinedata.git@master"
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ dependencies:
  - netCDF4
  - numpy
  - pandas
  - pyngl
  - pytables
  - seaborn
  - seawater
+35 −0
Original line number Diff line number Diff line
name: py2_pyngl
channels:
  - https://conda.anaconda.org/conda-forge
  - https://conda.anaconda.org/willirath
  - https://repo.continuum.io/pkgs/free
dependencies:
  - python=2.7.12
  - anaconda-client
  - aospy
  - basemap
  - cartopy
  - cf_units
  - cmocean
  - dask
  - eofs
  - fortran-magic
  - haversine
  - hdf5
  - ipython
  - jupyter
  - line_profiler
  - matplotlib=1.5.3
  - nco
  - netCDF4
  - numpy
  - pandas
  - pyngl
  - pytables
  - seaborn
  - seawater
  - texlive-core
  - xarray
  - pip:
      - pymatlab
      - "git+ssh://git@git.geomar.de/open-source/cartopy_offlinedata.git@master"
Loading