Files
novelmaster/noma/scripts/requirements.txt
T
2026-06-23 20:29:02 +08:00

27 lines
337 B
Plaintext

# Noma Scripts Dependencies
# 核心依赖
filelock>=3.12.0
requests>=2.31.0
aiohttp>=3.9.0
# 数据处理
jsonschema>=4.19.0
pydantic>=2.0.0
# 向量检索
numpy>=1.24.0
scikit-learn>=1.3.0
# 数据库
sqlite-vec>=0.1.0
# 工具库
tqdm>=4.66.0
python-dotenv>=1.0.0
# 测试
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0