fix: remove tools references temporarily for subtree add

This commit is contained in:
Greyson Lalonde
2025-09-12 21:57:57 -04:00
parent ff5cbdee07
commit a7f7b1bd68
2 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ Documentation = "https://docs.crewai.com"
Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = ["crewai-tools~=0.71.0"]
# tools = ["crewai-tools~=0.71.0"] # TODO: Re-enable after adding tools package
embeddings = [
"tiktoken~=0.8.0"
]