Spaces:
Runtime error
Runtime error
Commit
·
290503e
1
Parent(s):
3a55902
Update requirements.txt to specify minimum Python version and add python-dotenv dependency
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
python
|
2 |
agency-swarm>=0.4.4,<0.5.0
|
3 |
langchain>=0.2,<0.3
|
4 |
langchain-core>=0.2.38,<0.3
|
@@ -7,4 +7,5 @@ openai==1.64.0
|
|
7 |
gradio==5.19.0
|
8 |
rootpath==0.1.1
|
9 |
typing-extensions==4.12.2
|
10 |
-
selenium==4.29.0
|
|
|
|
1 |
+
python>=3.11.0
|
2 |
agency-swarm>=0.4.4,<0.5.0
|
3 |
langchain>=0.2,<0.3
|
4 |
langchain-core>=0.2.38,<0.3
|
|
|
7 |
gradio==5.19.0
|
8 |
rootpath==0.1.1
|
9 |
typing-extensions==4.12.2
|
10 |
+
selenium==4.29.0
|
11 |
+
python-dotenv>=1.0.0
|