# 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
ruff==0.5.6  # for code linting
coverage==7.2.5  # for test and code monitoring