KIRA111B commited on
Commit
e7a1af6
·
verified ·
1 Parent(s): 5bc710f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  # requirements.txt (已解决依赖冲突的最终版)
2
 
3
  # 强制锁定版本以解决冲突,放在最前面
4
- aiofiles==24.1.0
5
- gradio==4.31.0
6
-
7
  # 核心框架
8
  langchain
9
  # gradio 在上面已经指定
 
1
  # requirements.txt (已解决依赖冲突的最终版)
2
 
3
  # 强制锁定版本以解决冲突,放在最前面
4
+ gradio==4.32.0
5
+ gradio-client==0.17.0
6
+ aiofiles==23.2.1
7
  # 核心框架
8
  langchain
9
  # gradio 在上面已经指定