mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-28 06:56:07 +01:00
Add langchain-text-splitters dependency to pyproject.toml and uv.lock
- Updated pyproject.toml to include langchain-text-splitters version >=1.1.0 in dependencies. - Modified uv.lock to add langchain-text-splitters in both dependencies and requires-dist sections.
This commit is contained in:
@@ -13,6 +13,7 @@ dependencies = [
|
||||
"langchain-community>=0.4.1",
|
||||
"langchain-huggingface>=1.2.0",
|
||||
"langchain-ollama>=1.0.1",
|
||||
"langchain-text-splitters>=1.1.0",
|
||||
"matplotlib>=3.10.1",
|
||||
"nbformat>=5.10.4",
|
||||
"numpy>=2.2.5",
|
||||
|
||||
Reference in New Issue
Block a user