Spaces:
Runtime error
Runtime error
Commit
·
b3cf1b6
1
Parent(s):
49f2d3f
Update requirements.txt to specify Python version and maintain selenium dependency
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
agency-swarm>=0.4.4,<0.5.0
|
2 |
composio-core==0.5.28
|
3 |
composio-langchain==0.5.11
|
@@ -8,5 +9,4 @@ openai==1.64.0
|
|
8 |
gradio==5.19.0
|
9 |
rootpath==0.1.1
|
10 |
typing-extensions==4.12.2
|
11 |
-
selenium==4.29.0
|
12 |
-
python==3.11.*
|
|
|
1 |
+
python==3.11.*
|
2 |
agency-swarm>=0.4.4,<0.5.0
|
3 |
composio-core==0.5.28
|
4 |
composio-langchain==0.5.11
|
|
|
9 |
gradio==5.19.0
|
10 |
rootpath==0.1.1
|
11 |
typing-extensions==4.12.2
|
12 |
+
selenium==4.29.0
|
|