gmustafa413 commited on
Commit
09cf050
·
verified ·
1 Parent(s): e0c46c5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- gradio
2
- sentence-transformers
3
- faiss-cpu
4
- google-generativeai
5
- datasets
6
- requests
7
- numpy
8
- python-dotenv
9
- huggingface-hub
10
- protobuf
11
- pandas
 
1
+ gradio==4.13.0
2
+ sentence-transformers==2.2.2
3
+ faiss-cpu==1.7.4
4
+ google-generativeai==0.3.2
5
+ datasets==2.14.6
6
+ requests==2.31.0
7
+ numpy==1.23.5
8
+ python-dotenv==1.0.0
9
+ huggingface-hub==0.19.4
10
+ protobuf==3.20.3
11
+ pandas==1.5.3