Skip to content
Snippets Groups Projects

Example python environment

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Lukas Kluft

    Example environment.yaml file with a rather extensive list of scientific python packages.

    Edited
    environment.yaml 1013 B
    name: main
    channels:
      - conda-forge
    dependencies:
      - python==3.12
      - aiohttp
      - astropy
      - beautifulsoup4
      - black
      - cartopy
      - cfgrib
      - cmocean
      - cython
      - datashader
      - distributed
      - eccodes
      - fastparquet
      - flake8
      - flox
      - fsspec
      - h5netcdf
      - h5py
      - healpix
      - intake-xarray==0.7.0
      - intake==0.7.0
      - isodate
      - jupyter
      - jupyter-book>0.11.0
      - jupyterlab
      - jupyterlab_execute_time
      - jupytext
      - kerchunk
      - lark-parser
      - lxml
      - matplotlib
      - nbsphinx
      - netCDF4
      - numba
      - numcodecs
      - numexpr
      - numpy
      - pandas
      - pre-commit
      - pydata-sphinx-theme
      - pytest
      - pyyaml
      - qrcode
      - requests
      - ruff
      - scikit-image
      - scikit-learn
      - scipy
      - setuptools
      - sphinx
      - sphinx-copybutton
      - sphinx-design
      - sphinx-sitemap
      - sphinx_rtd_theme
      - sphinxext-rediraffe
      - ujson
      - xarray
      - xhistogram
      - zarr
      - pip
      - pip:
          - easygems
          - gribscan
          - ipfsspec>=0.5.3
          - orcestra
          - swiftspec
          - ipfsspec
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment