NLong commited on
Commit
686b755
·
verified ·
1 Parent(s): 5c79a89

Upload 3 files

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -5,11 +5,13 @@ numpy>=1.21.0,<1.25.0
5
  scikit-learn>=1.0.0,<1.4.0
6
 
7
  # Web interface
8
- gradio>=4.0.0,<4.15.0
9
 
10
  # Google APIs
11
  google-generativeai>=0.3.0,<0.4.0
12
  google-api-python-client>=2.0.0,<2.110.0
 
 
13
 
14
  # Data processing
15
  pandas>=1.3.0,<2.1.0
 
5
  scikit-learn>=1.0.0,<1.4.0
6
 
7
  # Web interface
8
+ gradio>=4.15.0,<5.0.0
9
 
10
  # Google APIs
11
  google-generativeai>=0.3.0,<0.4.0
12
  google-api-python-client>=2.0.0,<2.110.0
13
+ google-auth-oauthlib>=1.0.0,<2.0.0
14
+ google-auth>=2.0.0,<3.0.0
15
 
16
  # Data processing
17
  pandas>=1.3.0,<2.1.0