# ComfyUI Auto Crop Borders - Python Dependencies
# ComfyUI 自动裁切黑边插件 - Python 依赖库

# Core dependencies (usually already installed with ComfyUI)
# 核心依赖（通常已随 ComfyUI 安装）
torch>=2.0.0
numpy>=1.24.0

# Note: These packages are typically already installed with ComfyUI
# If you encounter import errors, install them manually:
# 注意：这些包通常已随 ComfyUI 安装
# 如果遇到导入错误，请手动安装：
#   pip install torch numpy
