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

# development
pytest==7.4.3
black==23.11.0  # for code formatting
flake8==6.1.0  # for code linting
coverage==7.3.2  # for test and code monitoring
