# for the package itself
joblib>=0.13.0
numpy>=1.15.4
scikit-learn>=0.21.1
scipy>=1.3.1
tqdm>=4.0.0

# for the examples
notebook>=6.0.0
matplotlib>=3.0.0
seaborn>=0.9.0
pandas>=0.25.2

# for testing
pytest>=5.3.0
pytest-cov>=2.7.1
codecov>=2.0.15
nbval==0.9.3
coverage==4.5.4

# for the documentation
sphinx>=2.2.1
sphinx-autobuild
numpydoc
sphinx_rtd_theme>=0.4.3
