Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +24 -1
requirements.txt
CHANGED
@@ -1 +1,24 @@
|
|
1 |
-
crewai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# crewai # JB OK
|
2 |
+
crewai[tools]
|
3 |
+
|
4 |
+
# FROM pyproject.toml :
|
5 |
+
# [tool.poetry.dependencies]
|
6 |
+
# python = ">=3.10,<=3.13"
|
7 |
+
# crewai = {extras = ["tools"], version = "^0.28.7"} ----> pip install 'crewai[tools]'
|
8 |
+
# exa-py = "^1.0.9"
|
9 |
+
# langchain = "0.1.17"
|
10 |
+
# langchain-core = "0.1.52"
|
11 |
+
# langchain-anthropic = "^0.1.11"
|
12 |
+
# langchain-groq = "^0.1.3"
|
13 |
+
# streamlit = "^1.34.0"
|
14 |
+
# langchain-google-genai = "^1.0.3"
|
15 |
+
# pillow = "^10.3.0"
|
16 |
+
|
17 |
+
# If you want to install the 'crewai' package along with its optional features
|
18 |
+
# that include additional tools for agents,
|
19 |
+
# you can do so by using the following command:
|
20 |
+
# pip install 'crewai[tools]'.
|
21 |
+
# This command installs the basic package and also adds extra components
|
22 |
+
# which require more dependencies to function."
|
23 |
+
|
24 |
+
# ...
|