Refat81 commited on
Commit
7dbea31
·
verified ·
1 Parent(s): 63260fd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -15
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
- streamlit
2
- beautifulsoup4
3
- requests
4
- langchain
5
- langchain-community
6
- langchain-core
7
- langchain-text-splitters
8
- sentence-transformers
9
- transformers
10
- torch
11
- accelerate
12
- huggingface-hub
13
- pydantic
14
- numpy
15
- tiktoken
 
1
+ streamlit>=1.28.0
2
+ beautifulsoup4>=4.12.0
3
+ requests>=2.31.0
4
+ langchain==0.0.350
5
+ langchain-community==0.0.10
6
+ langchain-core==0.1.0
7
+ langchain-text-splitters==0.0.1
8
+ sentence-transformers>=2.2.0
9
+ transformers>=4.35.0
10
+ torch>=2.0.0
11
+ accelerate>=0.24.0
12
+ huggingface-hub>=0.19.0
13
+ pydantic>=2.0.0
14
+ numpy>=1.24.0
15
+ tiktoken>=0.5.0