Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
smolagents
|
2 |
litellm
|
3 |
gradio
|
4 |
-
selenium
|
|
|
5 |
helium
|
6 |
-
|
7 |
python-dotenv
|
8 |
huggingface_hub
|
9 |
smolagents[litellm]
|
|
|
1 |
smolagents
|
2 |
litellm
|
3 |
gradio
|
4 |
+
selenium >=4.0.0, < 5.0.0
|
5 |
+
gradio>=3.40.1
|
6 |
helium
|
7 |
+
Pillow>=8.3.1,<9.0
|
8 |
python-dotenv
|
9 |
huggingface_hub
|
10 |
smolagents[litellm]
|