mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-14 07:42:11 +02:00
Fix archaic pulls in the "trustgraph" package
This commit is contained in:
parent
7f86d89be0
commit
6e983031da
1 changed files with 6 additions and 6 deletions
|
|
@ -10,12 +10,12 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"trustgraph-base>=1.8,<1.9",
|
"trustgraph-base>=2.4,<2.5",
|
||||||
"trustgraph-bedrock>=1.8,<1.9",
|
"trustgraph-bedrock>=2.4,<2.5",
|
||||||
"trustgraph-cli>=1.8,<1.9",
|
"trustgraph-cli>=2.4,<2.5",
|
||||||
"trustgraph-embeddings-hf>=1.8,<1.9",
|
"trustgraph-embeddings-hf>=2.4,<2.5",
|
||||||
"trustgraph-flow>=1.8,<1.9",
|
"trustgraph-flow>=2.4,<2.5",
|
||||||
"trustgraph-vertexai>=1.8,<1.9",
|
"trustgraph-vertexai>=2.4,<2.5",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue