# BJAM Toolbox Dependencies
# Install with: pip install -r requirements.txt
# Requires Python >= 3.9

# Core dependencies
opencv-python>=4.5.0
numpy>=1.20.0
matplotlib>=3.4.0
pandas>=1.3.0
scikit-image>=0.18.0

# Optional: PDF support for importing scanned PDFs
# pdf2image>=1.14.0

# Note: tkinter is required but typically bundled with Python.
# If missing, install via your system package manager:
#   macOS:         brew install python-tk
#   Ubuntu/Debian: sudo apt-get install python3-tk
#   Fedora/RHEL:   sudo dnf install python3-tkinter
#   Windows:       Usually included with the python.org installer
