# These are required for developing the package (running the tests, building
# the documentation) but not necessarily required for _using_ it.
codecov
coverage
flake8
pytest
sphinx

#python >= 3.5
lmfit >= 1.0.0
numpy >= 1.18.1
scipy >= 1.3.2
pandas >= 1.0.3
matplotlib
docutils >= 0.3
ipython
ipykernel
numdifftools >= 0.9.39
jupyter
numba
mpmath
emcee >= 3.0
corner
tqdm
xlsxwriter >= 1.2.8
xlrd >= 1.0.0
fortranformat # for reading in AME database only
doctr

# These are dependencies of various sphinx extensions for documentation.
ipython
matplotlib
numpydoc
sphinx-copybutton
sphinx_rtd_theme >= 0.5.0
nbsphinx
nbsphinx-link
nbconvert
nbstripout
sphinx-gallery
jupyter_sphinx

# For publishing to PyPI:
twine
wheel
