Skip to content

Commit

Permalink
bump langchain to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jan 10, 2024
1 parent ade840a commit 8f8d59e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 4 additions & 12 deletions packages/jupyter-ai-magics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,16 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
dependencies = [
"ipython",
"importlib_metadata>=5.2.0",
"langchain==0.0.350",
"langchain-core>=0.1.0,<0.1.4",
"langchain>=0.1.0,<0.2.0",
"typing_extensions>=4.5.0",
"click~=8.0",
"jsonpath-ng>=1.5.3,<2",
]

[project.optional-dependencies]
dev = [
"pre-commit>=3.3.3,<4"
]
dev = ["pre-commit>=3.3.3,<4"]

test = [
"coverage",
"pytest",
"pytest-asyncio",
"pytest-cov"
]
test = ["coverage", "pytest", "pytest-asyncio", "pytest-cov"]

all = [
"ai21",
Expand All @@ -52,7 +44,7 @@ all = [
"pillow",
"openai~=1.6.1",
"boto3",
"qianfan"
"qianfan",
]

[project.entry-points."jupyter_ai.model_providers"]
Expand Down
2 changes: 0 additions & 2 deletions packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ dependencies = [
"jupyterlab~=4.0",
"aiosqlite>=0.18",
"importlib_metadata>=5.2.0",
"langchain==0.0.350",
"langchain-core>=0.1.0,<0.1.4",
"tiktoken", # required for OpenAIEmbeddings
"jupyter_ai_magics",
"dask[distributed]",
Expand Down

0 comments on commit 8f8d59e

Please sign in to comment.