Skip to content

Commit 3b27c5e

Browse files
committed
fix: pyproject.toml
1 parent a447aea commit 3b27c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies = [
3131
"google>=3.0.0",
3232
"langchain-ollama>=0.1.3",
3333
"simpleeval>=1.0.0",
34-
"semchunk==2.2.0",
35-
"transformers==4.44.2",
34+
"semchunk>=2.2.0",
35+
"transformers>=4.44.2",
3636
"qdrant-client>=1.11.3",
3737
"fastembed>=0.3.6"
3838
]

0 commit comments

Comments
 (0)