This commit is contained in:
Cyber MacGeddon 2026-01-27 00:12:08 +00:00
parent f03f224af0
commit 7b34ea7a9b
6 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ 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.9,<1.10", "trustgraph-base>=2.0,<2.1",
"pulsar-client", "pulsar-client",
"prometheus-client", "prometheus-client",
"boto3", "boto3",

View file

@ -10,7 +10,7 @@ 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.9,<1.10", "trustgraph-base>=2.0,<2.1",
"requests", "requests",
"pulsar-client", "pulsar-client",
"aiohttp", "aiohttp",

View file

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

View file

@ -10,7 +10,7 @@ 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.9,<1.10", "trustgraph-base>=2.0,<2.1",
"aiohttp", "aiohttp",
"anthropic", "anthropic",
"scylla-driver", "scylla-driver",

View file

@ -10,7 +10,7 @@ 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.9,<1.10", "trustgraph-base>=2.0,<2.1",
"pulsar-client", "pulsar-client",
"prometheus-client", "prometheus-client",
"boto3", "boto3",

View file

@ -10,7 +10,7 @@ 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.9,<1.10", "trustgraph-base>=2.0,<2.1",
"pulsar-client", "pulsar-client",
"google-cloud-aiplatform", "google-cloud-aiplatform",
"prometheus-client", "prometheus-client",