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

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