Refat81 commited on
Commit
77ccd8c
·
verified ·
1 Parent(s): 2e5058d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,15 +1,15 @@
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
 
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.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
+ numpy==1.24.0
15
+ tiktoken==0.5.0