# CAKE2 Python dependencies (pure-Python, pip-installable on any platform).
#
# NOTE: torch / torch_npu / acl and the CANN toolkit are NOT listed here — they
# are provided by the Ascend environment and must match your CANN version.
# See the "环境准备" section in README.md for the hardware + version matrix.
# ==================== Numeric / data ====================
numpy>=1.21.0
scipy>=1.6.0
pandas>=1.1.0
# ==================== Config / serialization ====================
pyyaml>=5.4.0
attrs>=21.3.0
decorator>=4.4.0
protobuf>=3.15.0
psutil>=5.8.0
# ==================== cake-docs-search (online lookup) ====================
requests>=2.25.1
beautifulsoup4>=4.9.3
# ==================== Skill/agent linters (hooks/) ====================
tiktoken>=0.5.0