yanyoyo commited on
Commit
b35ecf9
·
1 Parent(s): 498437d

Fix pydantic version compatibility issues

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -2,15 +2,15 @@
2
  streamlit==1.36.0
3
  pydantic==1.10.13 # 固定到 1.10.x 版本
4
  langchain==0.0.350 # 使用较旧的稳定版本
5
- llama-index==0.8.54 # 使用较旧的稳定版本
6
- llama-index-core==0.8.54
7
  openai==1.58.1
8
  python-dotenv
9
 
10
  # Hugging Face 相关
11
  transformers==4.30.2
12
  sentence-transformers==2.2.2
13
- huggingface-hub
14
 
15
  # PyTorch 相关
16
  torch==2.0.1
 
2
  streamlit==1.36.0
3
  pydantic==1.10.13 # 固定到 1.10.x 版本
4
  langchain==0.0.350 # 使用较旧的稳定版本
5
+ llama-index==0.9.48
6
+ llama-index-core==0.9.48
7
  openai==1.58.1
8
  python-dotenv
9
 
10
  # Hugging Face 相关
11
  transformers==4.30.2
12
  sentence-transformers==2.2.2
13
+ huggingface-hub>=0.19.0
14
 
15
  # PyTorch 相关
16
  torch==2.0.1