Commit 1a2162a6 authored by Willi Rath's avatar Willi Rath
Browse files

Create separate env for pyngl

pyngl depends on an old pyqt.  This interferes with, e.g., spyder.
parent 3c1681d6
Loading
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
name: py2_std
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_std
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_std
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