mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-01 03:16:23 +02:00
Bump pyproject.toml constraints (#477)
This commit is contained in:
parent
96c2b73457
commit
5139c6ad5d
7 changed files with 13 additions and 13 deletions
|
|
@ -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.2,<1.3",
|
"trustgraph-base>=1.3,<1.4",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"prometheus-client",
|
"prometheus-client",
|
||||||
"boto3",
|
"boto3",
|
||||||
|
|
|
||||||
|
|
@ -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.2,<1.3",
|
"trustgraph-base>=1.3,<1.4",
|
||||||
"requests",
|
"requests",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
|
|
|
||||||
|
|
@ -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.2,<1.3",
|
"trustgraph-base>=1.3,<1.4",
|
||||||
"trustgraph-flow>=1.2,<1.3",
|
"trustgraph-flow>=1.3,<1.4",
|
||||||
"torch",
|
"torch",
|
||||||
"urllib3",
|
"urllib3",
|
||||||
"transformers",
|
"transformers",
|
||||||
|
|
|
||||||
|
|
@ -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.2,<1.3",
|
"trustgraph-base>=1.3,<1.4",
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"cassandra-driver",
|
"cassandra-driver",
|
||||||
|
|
|
||||||
|
|
@ -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.2,<1.3",
|
"trustgraph-base>=1.3,<1.4",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"prometheus-client",
|
"prometheus-client",
|
||||||
"boto3",
|
"boto3",
|
||||||
|
|
|
||||||
|
|
@ -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.2,<1.3",
|
"trustgraph-base>=1.3,<1.4",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"google-cloud-aiplatform",
|
"google-cloud-aiplatform",
|
||||||
"prometheus-client",
|
"prometheus-client",
|
||||||
|
|
|
||||||
|
|
@ -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.2,<1.3",
|
"trustgraph-base>=1.3,<1.4",
|
||||||
"trustgraph-bedrock>=1.2,<1.3",
|
"trustgraph-bedrock>=1.3,<1.4",
|
||||||
"trustgraph-cli>=1.2,<1.3",
|
"trustgraph-cli>=1.3,<1.4",
|
||||||
"trustgraph-embeddings-hf>=1.2,<1.3",
|
"trustgraph-embeddings-hf>=1.3,<1.4",
|
||||||
"trustgraph-flow>=1.2,<1.3",
|
"trustgraph-flow>=1.3,<1.4",
|
||||||
"trustgraph-vertexai>=1.2,<1.3",
|
"trustgraph-vertexai>=1.3,<1.4",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue