Thiloid commited on
Commit
2659ac8
·
verified ·
1 Parent(s): 14695c7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  llama-cpp-python[server]
2
- chromadb
3
- huggingface_hub
4
- sentence_transformers
5
- sentencepiece
6
- pandas
7
- openpyxl
8
  gspread
9
  oauth2client
10
  datetime
 
1
  llama-cpp-python[server]
2
+ chromadb == 0.5.0
3
+ huggingface_hub ==0.23.2
4
+ sentence_transformers == 3.0.1
5
+ sentencepiece == 0.2.0
6
+ pandas == 2.2.1
7
+ openpyxl == 3.1.2
8
  gspread
9
  oauth2client
10
  datetime