-
Notifications
You must be signed in to change notification settings - Fork 66
/
requirements.txt
49 lines (37 loc) · 1.11 KB
/
requirements.txt
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
# File: docs/requirements.txt
# Defining the exact version will make sure things don't break
# sphinx is required. readthedocs does that automatically, so it doesn't need
# to be here but you will need it if you want to build the html files locally
# seems obvious, but python is required. readthedocs does that automatically,
# so it doesn't need to be here but you will need it if you want to build the
# html files locally
sphinx_rtd_theme==0.5.1
sphinx-math-dollar>=1.2
sphinxcontrib.bibtex
linuxdoc==20210324
numpydoc
sphinx-tabs
sphinx-argparse
nbsphinx
ipykernel
IPython
pandas
numpy>=1.16
# numpydoc
astropy>=4.0
# numba>=0.50
scipy>=1.5.0
h5py
matplotlib>=3.3.2
latex
PyYAML
# The following are listed in the 'extensions []' block in conf.py
# Readthedocs doesn't want them here, but they are required if you want
# to build the html files locally
#
# matplotlib.sphinxext.plot_directive
# sphinx.ext.mathjax
# sphinx.ext.intersphinx
# matplotlib.sphinxext.plot_directive
# IPython.sphinxext.ipython_console_highlighting
# IPython.sphinxext.ipython_directive