File: sunpy-dev-env.yml

package info (click to toggle)
sunpy 7.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,584 kB
  • sloc: python: 41,702; ansic: 1,710; makefile: 39
file content (82 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
channels:
  - conda-forge

dependencies:
  # Required
  - asdf
  - asdf-astropy
  - astropy
  - beautifulsoup4
  - cdflib
  - drms
  - fsspec
  - h5netcdf
  - matplotlib-base
  - mpl_animators
  - numpy
  - packaging
  - pandas
  - parfive
  - pyerfa
  # - python  # Commented out to avoid triggering an upgrade
  - python_abi
  - python-dateutil
  - reproject
  - requests
  - scikit-image
  - scipy
  - setuptools
  - tqdm
  - zeep

  # Optional
  - dask
  - glymur
  - jplephem
  - lxml
  - opencv
  - libopencv *=headless*
  - spiceypy
  - s3fs
  - boto3

  # Testing
  - hvpy
  - hypothesis
  - pytest
  - pytest-arraydiff
  - pytest-astropy
  - pytest-cov
  - pytest-doctestplus
  - pytest-mock
  - pytest-mpl
  - pytest-rerunfailures
  - pytest-timeout
  - pytest-xdist
  - tox

  # Documentation
  - astroquery
  - graphviz
  - ruamel.yaml
  - sphinx
  - sphinx-automodapi
  - sphinx-copybutton
  - sphinx-design
  - sphinx-gallery
  - sphinxcontrib-bibtex
  - sphinxext-opengraph
  - towncrier

  # Installation
  - extension-helpers
  - pip
  - setuptools-scm

  # Development
  - pre-commit

  - pip:
      - sphinx-bootstrap-theme
      - sphinx-changelog
      - sunpy-sphinx-theme