diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index d9dfc0b95d4..46421905c36 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -41,7 +41,6 @@ test_integration = [ "thinc<9.0.0,>=8.3.6", "nltk<4.0.0,>=3.9.1", "transformers<5.0.0,>=4.51.3", - "sentence-transformers>=3.0.1", ] [tool.uv.sources] @@ -81,3 +80,4 @@ convention = "google" [tool.ruff.lint.per-file-ignores] "tests/**" = ["D"] +