Scott Cogan commited on
Commit ·
1d05c86
1
Parent(s): e9577aa
requirements update for llm compat
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ gradio==4.19.2
|
|
| 6 |
pandas==2.2.1
|
| 7 |
openpyxl==3.1.2
|
| 8 |
tenacity==8.2.3
|
| 9 |
-
google-generativeai=
|
| 10 |
langchain-openai==0.0.8
|
| 11 |
python-dotenv==1.0.1
|
| 12 |
requests==2.31.0
|
|
|
|
| 6 |
pandas==2.2.1
|
| 7 |
openpyxl==3.1.2
|
| 8 |
tenacity==8.2.3
|
| 9 |
+
google-generativeai>=0.4.1,<0.5.0
|
| 10 |
langchain-openai==0.0.8
|
| 11 |
python-dotenv==1.0.1
|
| 12 |
requests==2.31.0
|