# This file contain all requrements (for developers)
# sorted by importance. Install with:
#     pip install -r requirements.txt

# Core, essential
numpy >= 1.26.4
numba >= 0.59.1
h5py >= 3.11.0

# Core, extra (most features will work without)
sympy >= 1.13.3
k3d
scipy >= 1.12.0
matplotlib >= 3.6.3
pandas >= 1.5.3

# Testing, examples and scientific tests
pytest
pytest-cov >= 5.0.0
hypothesis
hypothesis >= 6.115.3

# Tutorials
jupyter
nbformat
nbclient

# Build documentation
sphinx
myst_nb
pydata_sphinx_theme
PyStemmer