forked from sunpy/sunpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sunpy-dev-env.yml
83 lines (75 loc) · 1.2 KB
/
sunpy-dev-env.yml
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
83
channels:
- conda-forge
dependencies:
# Required
- asdf
- asdf-astropy
- astropy
- beautifulsoup4
- cdflib
- drms
- 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
# 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
- sphinx-hoverxref
- sphinxext-opengraph
- towncrier
# Installation
- extension-helpers
- pip
- setuptools-scm
# Development
- pre-commit
# Indirect dependency for mplcairo
- pycairo
- pip:
- mplcairo
- sphinx-bootstrap-theme
- sphinx-changelog
- sunpy-sphinx-theme