Spaces:
Sleeping
Sleeping
Commit ·
7ca254c
1
Parent(s): d525eef
Add google-generativeai package to requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -14,6 +14,9 @@ pandas==2.0.3
|
|
| 14 |
numpy==1.24.3
|
| 15 |
requests==2.31.0
|
| 16 |
|
|
|
|
|
|
|
|
|
|
| 17 |
# Utilities
|
| 18 |
python-dotenv==1.0.0
|
| 19 |
tqdm==4.66.1
|
|
|
|
| 14 |
numpy==1.24.3
|
| 15 |
requests==2.31.0
|
| 16 |
|
| 17 |
+
# API integration
|
| 18 |
+
google-generativeai==0.3.2
|
| 19 |
+
|
| 20 |
# Utilities
|
| 21 |
python-dotenv==1.0.0
|
| 22 |
tqdm==4.66.1
|