chen666-666 commited on
Commit
f5b0b64
·
verified ·
1 Parent(s): f1fca8c

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -1
requirements.txt CHANGED
@@ -22,7 +22,14 @@ python-json-logger>=2.0.0
22
  # 知识图谱可视化
23
  networkx>=3.0
24
  pyvis>=0.3.0
 
 
25
 
26
  # 可选依赖(如果使用ChatGLM)
27
  protobuf>=3.20.0
28
- accelerate>=0.20.0
 
 
 
 
 
 
22
  # 知识图谱可视化
23
  networkx>=3.0
24
  pyvis>=0.3.0
25
+ matplotlib>=3.5.0
26
+ plotly>=5.10.0
27
 
28
  # 可选依赖(如果使用ChatGLM)
29
  protobuf>=3.20.0
30
+ accelerate>=0.20.0
31
+
32
+
33
+ # 其他依赖
34
+ requests>=2.25.0
35
+ beautifulsoup4>=4.10.0