File: rtd_environment.yaml

package info (click to toggle)
pyspectral 0.13.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,180 kB
  • sloc: python: 6,035; makefile: 123
file content (19 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: readthedocs
channels:
  - conda-forge
dependencies:
  - python=3.11
  - pip
  - pytest
  - sphinx
  - sphinx_rtd_theme
  - sphinxcontrib-apidoc
  - dask
  - scipy
  - trollsift
  - h5py
  - tqdm
  - xlrd
  - pip:
    - graphviz
    - ..  # relative path to the satpy project