# baseline minimum requires for testing
# Python 3.9
numpy==1.21.5
pandas==1.4.1
matplotlib==3.5.1

# development
pytest==7.3.1
black==23.3.0  # for code formatting
flake8==6.1.0  # for code linting
coverage==7.2.5  # for test and code monitoring