RahulChhatbar commited on
Commit
c9a5d82
1 Parent(s): 7a35fe9
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt CHANGED
@@ -1,7 +1,14 @@
 
1
  -f https://download.pytorch.org/whl/torch_stable.html
2
  torch==2.3.0+cpu
 
 
3
  gradio
4
  openai
5
  transformers
6
  pytest
7
  prometheus_client
 
 
 
 
 
1
+ # PyTorch (CPU version)
2
  -f https://download.pytorch.org/whl/torch_stable.html
3
  torch==2.3.0+cpu
4
+
5
+ # Other dependencies
6
  gradio
7
  openai
8
  transformers
9
  pytest
10
  prometheus_client
11
+ gspread
12
+ google-auth
13
+ google-auth-oauthlib
14
+ google-auth-httplib2