Nerva5678 commited on
Commit
4a8ac66
·
verified ·
1 Parent(s): ae5be04

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- streamlit
2
- pandas
3
- torch
4
- transformers
5
- sentence-transformers
6
- faiss-cpu
7
- langchain
8
- langchain-community
9
- protobuf
10
- openpyxl
11
- huggingface_hub
12
- accelerate
 
1
+ streamlit>=1.28.0
2
+ pandas>=2.0.0
3
+ torch>=2.0.0
4
+ transformers>=4.35.0
5
+ sentence-transformers>=2.3.0
6
+ faiss-cpu>=1.7.4
7
+ langchain>=0.1.0
8
+ langchain-community>=0.0.10
9
+ protobuf>=3.20.0
10
+ openpyxl>=3.1.0
11
+ huggingface_hub>=0.19.0
12
+ accelerate>=0.25.0