Open 2.5 release branch

This commit is contained in:
Cyber MacGeddon 2026-05-19 16:05:31 +01:00
parent fd6e3e1269
commit ba4ce90ce8
9 changed files with 16 additions and 16 deletions

View file

@ -10,8 +10,8 @@ description = "HuggingFace embeddings support for TrustGraph."
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"trustgraph-base>=2.4,<2.5",
"trustgraph-flow>=2.4,<2.5",
"trustgraph-base>=2.5,<2.6",
"trustgraph-flow>=2.5,<2.6",
"torch",
"urllib3",
"transformers",