6c1a69af0d
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
30 lines
377 B
Plaintext
30 lines
377 B
Plaintext
# 城市规划法律法规知识图谱构建 - 依赖包
|
|
|
|
# LLM相关
|
|
langchain-deepseek>=0.1.0
|
|
langchain-core>=0.1.0
|
|
|
|
# 文档读取
|
|
python-docx>=1.1.0
|
|
|
|
# Neo4j
|
|
neo4j>=5.15.0
|
|
|
|
# 数据处理
|
|
pandas>=2.0.0
|
|
numpy>=1.24.0
|
|
|
|
# 文本相似度
|
|
python-Levenshtein>=0.23.0
|
|
|
|
# 可视化
|
|
networkx>=3.1
|
|
matplotlib>=3.7.0
|
|
|
|
# 配置
|
|
pyyaml>=6.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# 工具
|
|
tqdm>=4.65.0
|