DhruvSarin commited on
Commit
932ed6e
·
verified ·
1 Parent(s): d50939c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- pip
2
- wheel
3
- huggingface_hub
4
- sentence-transformers
5
- uvicorn
6
- ctransformers
7
- langchain
8
- python-box
9
- streamlit
 
1
+ streamlit
2
+ langchain==0.1.0
3
+ langchain-community
4
+ huggingface_hub
5
+ ctransformers
6
+ sentence-transformers
7
+ uvicorn
8
+ python-box