# BiSC Algorithm - Runtime Requirements
#
# This package has no runtime dependencies beyond Python standard library.
# It is designed to be lightweight and self-contained.

# Optional dependencies for enhanced functionality:
# matplotlib>=3.0      # For pattern visualization (optional)
# numpy>=1.20          # For numerical operations (optional)
# jupyter>=1.0         # For running example notebooks (optional)