Update libs/text-splitters/pyproject.toml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mason Daugherty 2025-07-30 20:51:55 -04:00 committed by GitHub
parent 9f3f662798
commit a2750e0d6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ test_integration = [
"spacy<4.0.0,>=3.8.7",
"thinc<9.0.0,>=8.3.6",
"nltk<4.0.0,>=3.9.1",
"transformers>=4.51.3,<5.0.0",
"transformers<5.0.0,>=4.51.3",
"sentence-transformers>=3.0.1",
"torch>=1.12.0",
]