mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 01:16:22 +02:00
Configure for 1.7 release branch
This commit is contained in:
parent
c808d26b0b
commit
98aaa4f67e
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.6,<1.7",
|
||||
"trustgraph-bedrock>=1.6,<1.7",
|
||||
"trustgraph-cli>=1.6,<1.7",
|
||||
"trustgraph-embeddings-hf>=1.6,<1.7",
|
||||
"trustgraph-flow>=1.6,<1.7",
|
||||
"trustgraph-vertexai>=1.6,<1.7",
|
||||
"trustgraph-base>=1.7,<1.8",
|
||||
"trustgraph-bedrock>=1.7,<1.8",
|
||||
"trustgraph-cli>=1.7,<1.8",
|
||||
"trustgraph-embeddings-hf>=1.7,<1.8",
|
||||
"trustgraph-flow>=1.7,<1.8",
|
||||
"trustgraph-vertexai>=1.7,<1.8",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue