Refat81 commited on
Commit
247c0ad
·
verified ·
1 Parent(s): 6b65103

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -14
requirements.txt CHANGED
@@ -1,14 +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-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
 
 
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.0
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
+ langchain-core>=0.1.0
15
+ numpy>=1.24.0