yanyoyo commited on
Commit
6b6edc1
·
1 Parent(s): 47821f6

Update dependencies to resolve version conflicts

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -32
requirements.txt CHANGED
@@ -1,32 +1,15 @@
1
- # 核心依赖
2
- streamlit==1.36.0
3
- pydantic==1.10.13 # 固定到 1.10.x 版本
4
- langchain==0.0.350 # 使用较旧的稳定版本
5
- # llama-index 相关
6
- llama-index>=0.9.48
7
- llama-index-embeddings-huggingface>=0.1.3
8
- llama-index-llms-huggingface>=0.2.0
9
-
10
- openai==1.58.1
11
- python-dotenv
12
-
13
- # Hugging Face 相关
14
- transformers==4.30.2
15
- sentence-transformers==2.2.2
16
- huggingface-hub>=0.19.0
17
-
18
- # PyTorch 相关
19
- torch==2.0.1
20
- torchvision==0.15.2
21
- torchaudio==2.0.2
22
-
23
- # 数据处理
24
- numpy==1.24.3
25
- pandas==1.5.3
26
- nltk>=3.8.1
27
-
28
- # 其他工具
29
- python-dotenv==1.0.0
30
- httpx==0.28.1
31
- requests
32
- pydantic<3.0.0
 
1
+ einops==0.7.0
2
+ protobuf==5.26.1
3
+ llama-index==0.10.38
4
+ llama-index-llms-huggingface==0.2.0
5
+ transformers[torch]==4.41.1
6
+ huggingface_hub[inference]==0.23.1
7
+ huggingface_hub==0.23.1
8
+ sentence-transformers==2.7.0
9
+ sentencepiece==0.2.0
10
+ llama-index-embeddings-huggingface==0.2.0
11
+ llama-index-embeddings-instructor==0.1.3
12
+ pytorch==2.0.1
13
+ torchvision==0.15.2
14
+ torchaudio==2.0.2
15
+ pytorch-cuda=11.7