Spaces:
Runtime error
Runtime error
Commit
·
4111529
1
Parent(s):
7a8218b
Update requirements.txt to change package version specifications to minimum required versions
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
python>=3.11
|
2 |
agency-swarm>=0.4.4,<0.5.0
|
3 |
langchain>=0.2,<0.3
|
4 |
langchain-core>=0.2.38,<0.3
|
5 |
-
requests
|
6 |
-
openai
|
7 |
-
gradio
|
8 |
-
rootpath
|
9 |
-
typing-extensions
|
10 |
-
selenium
|
11 |
python-dotenv>=1.0.0
|
|
|
|
|
1 |
agency-swarm>=0.4.4,<0.5.0
|
2 |
langchain>=0.2,<0.3
|
3 |
langchain-core>=0.2.38,<0.3
|
4 |
+
requests>=2.32.3
|
5 |
+
openai>=1.64.0
|
6 |
+
gradio>=5.19.0
|
7 |
+
rootpath>=0.1.1
|
8 |
+
typing-extensions>=4.12.2
|
9 |
+
selenium>=4.29.0
|
10 |
python-dotenv>=1.0.0
|