Commit 0616a687 authored by Willi Rath's avatar Willi Rath
Browse files

Merge branch 'add-parcels-env' into 'develop'

Add parcels env

See merge request !63
parents d24a7073 6f79c412
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
image: continuumio/miniconda3:latest
image: continuumio/miniconda3:4.3.27

variables:
  DOCKER_DRIVER: overlay
@@ -9,4 +9,4 @@ test:
    - source activate root
    - target_dir=${CONDA_PREFIX}
    - shopt -s extglob
    - ./update_anaconda.sh ${target_dir} envs/!(monitoring_gallery).yml
    - ./update_anaconda.sh ${target_dir}  envs/!(*@(monitoring_gallery|py2_parcels)).yml
+27 −0
Original line number Diff line number Diff line
name: py2_parcels
channels:
  - {conda-forge}
  - {anaconda}
dependencies:
  - python=2.7
  - cachetools>=1.0.0
  - cgen
  - enum34
  - ffmpeg
  - flake8>=2.1.0
  - gcc
  - jupyter
  - matplotlib=2.0.2
  - netcdf4>=1.1.9
  - numpy>=1.9.1
  - progressbar2
  - py>=1.4.27
  - pymbolic
  - python-dateutil
  - scipy>=0.16.0
  - six>=1.10.0
  - xarray>=0.5.1
  - pip:
      - pytest-ipynb
      - pytest>=2.7.0
      - "git+https://github.com/OceanParcels/parcels.git@master"
+27 −0
Original line number Diff line number Diff line
name: py2_parcels
channels:
  - file://home/b/shkifmwr/TM/data/conda_mirror/conda-forge_local_mirror/
  - file://home/b/shkifmwr/TM/data/conda_mirror/anaconda_local_mirror/
dependencies:
  - python=2.7
  - cachetools>=1.0.0
  - cgen
  - enum34
  - ffmpeg
  - flake8>=2.1.0
  - gcc
  - jupyter
  - matplotlib=2.0.2
  - netcdf4>=1.1.9
  - numpy>=1.9.1
  - progressbar2
  - py>=1.4.27
  - pymbolic
  - python-dateutil
  - scipy>=0.16.0
  - six>=1.10.0
  - xarray>=0.5.1
  - pip:
      - pytest-ipynb
      - pytest>=2.7.0
      - "git+https://github.com/OceanParcels/parcels.git@master"
+27 −0
Original line number Diff line number Diff line
name: py2_parcels
channels:
  - https://conda.anaconda.org/conda-forge
  - https://repo.continuum.io/pkgs/free
dependencies:
  - python=2.7
  - cachetools>=1.0.0
  - cgen
  - enum34
  - ffmpeg
  - flake8>=2.1.0
  - gcc
  - jupyter
  - matplotlib=2.0.2
  - netcdf4>=1.1.9
  - numpy>=1.9.1
  - progressbar2
  - py>=1.4.27
  - pymbolic
  - python-dateutil
  - scipy>=0.16.0
  - six>=1.10.0
  - xarray>=0.5.1
  - pip:
      - pytest-ipynb
      - pytest>=2.7.0
      - "git+https://github.com/OceanParcels/parcels.git@master"
+27 −0
Original line number Diff line number Diff line
name: py2_parcels
channels:
  - file://media/wrath/wrath_003/conda_mirror/conda-forge_local_mirror/
  - file://media/wrath/wrath_003/conda_mirror/anaconda_local_mirror/
dependencies:
  - python=2.7
  - cachetools>=1.0.0
  - cgen
  - enum34
  - ffmpeg
  - flake8>=2.1.0
  - gcc
  - jupyter
  - matplotlib=2.0.2
  - netcdf4>=1.1.9
  - numpy>=1.9.1
  - progressbar2
  - py>=1.4.27
  - pymbolic
  - python-dateutil
  - scipy>=0.16.0
  - six>=1.10.0
  - xarray>=0.5.1
  - pip:
      - pytest-ipynb
      - pytest>=2.7.0
      - "git+https://github.com/OceanParcels/parcels.git@master"
Loading