Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,7 +3,8 @@ litellm
|
|
3 |
gradio
|
4 |
selenium >=4.0.0, < 5.0.0
|
5 |
gradio>=3.40.1
|
6 |
-
google-genai
|
|
|
7 |
helium
|
8 |
Pillow
|
9 |
python-dotenv
|
|
|
3 |
gradio
|
4 |
selenium >=4.0.0, < 5.0.0
|
5 |
gradio>=3.40.1
|
6 |
+
google-genai==1.5.0
|
7 |
+
pydantic==2.10.6
|
8 |
helium
|
9 |
Pillow
|
10 |
python-dotenv
|