Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rroy committed Dec 12, 2024
2 parents 0651f82 + aaa3347 commit 502fe2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ crewai = { extras = [
], version = "^0.35.8" }
crewai-tools = "^0.4.6"
pip = "^24.1.1"
langchain = ">=0.3.9"
langchain-core = ">=0.3.21"
trulens-core = "^1.2.0"
trulens-dashboard = "^1.2.0"

[tool.poetry.scripts]
surprise_travel = "surprise_travel.main:run"
train = "surprise_travel.main:train"

[trulens]
trulens-core = "1.2.0"
3 changes: 0 additions & 3 deletions snowflake_buffered_ingestion_100.png

This file was deleted.

4 changes: 2 additions & 2 deletions src/apps/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9.0"
trulens-core = { version = "^1.0.0" }
langchain = ">=0.3.9"
langchain-core = ">=0.3.21"
langchain = ">=0.2.10"
langchain-core = ">=0.2.0"
pydantic = "^2.4.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 502fe2d

Please sign in to comment.