Commit 19ebf9cb authored by Willi Rath's avatar Willi Rath
Browse files

Merge branch 'develop' into 'master'

Add envs for Nesh which use ssh to git.geomar.de

See merge request !43
parents 5b73356a 3c1681d6
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
name: atom_env
channels:
  - https://conda.anaconda.org/conda-forge
  - https://repo.continuum.io/pkgs/free
dependencies:
  - python=3
  - anaconda-client
  - autopep8
  - flake8
  - flake8-docstrings
  - flake8-polyfill
  - pep8
  - pycodestyle
  - pydocstyle
  - pyflakes
  - pytest
  - pip:
    - pylama

_envs_nesh/ffmpeg.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
name: ffmpeg
channels:
  - https://conda.anaconda.org/conda-forge
  - https://repo.continuum.io/pkgs/free
dependencies:
  - python=3
  - anaconda-client
  - ffmpeg
+9 −0
Original line number Diff line number Diff line
name: matlab_kernel
channels:
  - https://conda.anaconda.org/conda-forge
  - https://repo.continuum.io/pkgs/free
dependencies:
  - python=3.4
  - jupyter
  - pip:
     - matlab_kernel
+24 −0
Original line number Diff line number Diff line
name: monitoring
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
  - basemap
  - cartopy
  - cf_units
  - cmocean
  - dask
  - ipython
  - jupyter
  - matplotlib=1.5.3
  - nco
  - netCDF4
  - numpy
  - pandas
  - seaborn
  - pip:
     - "git+https://github.com/willirath/xarray.git@6f5e30f3a2f8ca907f0fd91bcd571e7d98027896#egg=xarray_wrath_allow_ploting_datetime"
     - "git+ssh://git@git.geomar.de/open-source/cartopy_offlinedata.git@master"
+12 −0
Original line number Diff line number Diff line
name: monitoring_gallery
channels:
  - https://conda.anaconda.org/conda-forge
  - https://repo.continuum.io/pkgs/free
dependencies:
  - python=2.7
  - anaconda-client
  - ConfigParser
  - ffmpeg
  - pip:
    - sigal
    - "git+ssh://git@git.geomar.de/TM/MonitoringGallery.git@v0.2"
Loading