mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-05 13:22:37 +02:00
Prepare 1.5 release branch (#550)
This commit is contained in:
parent
77fdec2c2d
commit
ad35656811
8 changed files with 14 additions and 14 deletions
|
|
@ -10,12 +10,12 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"trustgraph-base>=1.4,<1.5",
|
||||
"trustgraph-bedrock>=1.4,<1.5",
|
||||
"trustgraph-cli>=1.4,<1.5",
|
||||
"trustgraph-embeddings-hf>=1.4,<1.5",
|
||||
"trustgraph-flow>=1.4,<1.5",
|
||||
"trustgraph-vertexai>=1.4,<1.5",
|
||||
"trustgraph-base>=1.5,<1.6",
|
||||
"trustgraph-bedrock>=1.5,<1.6",
|
||||
"trustgraph-cli>=1.5,<1.6",
|
||||
"trustgraph-embeddings-hf>=1.5,<1.6",
|
||||
"trustgraph-flow>=1.5,<1.6",
|
||||
"trustgraph-vertexai>=1.5,<1.6",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue