Refat81 commited on
Commit
cbd7280
·
verified ·
1 Parent(s): aef8465

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -15
requirements.txt CHANGED
@@ -1,15 +1,14 @@
1
- streamlit>=1.28.0
2
- selenium>=4.15.0
3
- beautifulsoup4>=4.12.0
4
- requests>=2.31.0
5
- langchain>=0.0.350
6
- langchain-community>=0.0.10
7
- langchain-text-splitters>=0.0.1
8
- faiss-cpu>=1.7.0
9
- sentence-transformers>=2.2.0
10
- transformers>=4.35.0
11
- torch>=2.0.0
12
- accelerate>=0.24.0
13
- huggingface-hub>=0.19.0
14
- webdriver-manager>=4.0.0
15
- pydantic>=2.0.0
 
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-text-splitters==0.0.1
7
+ faiss-cpu==1.7.4
8
+ sentence-transformers==2.2.2
9
+ transformers==4.35.2
10
+ torch==2.1.0
11
+ accelerate==0.24.1
12
+ huggingface-hub==0.19.4
13
+ pydantic==2.5.0
14
+ langchain-core==0.1.0