# project
numpy==1.26.1
pandas==2.1.3
matplotlib==3.8.1

# development
pytest==7.4.3
coverage==7.3.2  # for test and code monitoring

sphinx==7.2.6  # (5.1.1) # for doc building
sphinx-automodapi==0.16.0  # (0.14.1) # for doc building
sphinxcontrib-googleanalytics>=0.4,<1.0
pydata-sphinx-theme==0.14.3  # (0.12.0)

black==23.11.0  # for code formatting
flake8==6.1.0  # for code linting
mypy==1.7.0  # for type checking

jupyterlab==4.0.8

# asv==0.5.1  # for performance test suite
# virtualenv==20.16.3  # requirement of asv