File: environment.yaml

package info (click to toggle)
pyorbital 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: python: 3,676; makefile: 89; javascript: 6
file content (25 lines) | stat: -rw-r--r-- 377 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
20
21
22
23
24
25
name: readthedocs
channels:
  - conda-forge
dependencies:
  - python=3.11
  - pip
  - dask
  - dask-image
  - defusedxml
  - numba
  - numpy
  - scipy
  - requests
  - pytest
  - pyproj
  - setuptools
  - setuptools_scm
  - sphinx
  - sphinx_rtd_theme
  - sphinxcontrib-apidoc
  - trollsift
  - xarray
  - pip:
    - graphviz
    - ..  # relative path to the pyorbital project