Skip to content

Commit

Permalink
chore: pin langchain <0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Oct 3, 2024
1 parent fe379a1 commit d92a573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies = [
"numpy",
"datasets",
"tiktoken",
"langchain",
"langchain-core",
"langchain-community",
"langchain<0.3",
"langchain-core<0.3",
"langchain-community<0.3",
"langchain_openai",
"openai>1",
"pysbd>=0.3.4",
Expand Down

0 comments on commit d92a573

Please sign in to comment.