Update setup.py files to prep 0.22 branch

This commit is contained in:
Cyber MacGeddon 2025-03-31 22:14:38 +01:00
parent 57663742e6
commit b1cefbe1f7
7 changed files with 13 additions and 13 deletions

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=0.21,<0.22",
"trustgraph-base>=0.22,<0.23",
"pulsar-client",
"prometheus-client",
"boto3",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=0.21,<0.22",
"trustgraph-base>=0.22,<0.23",
"requests",
"pulsar-client",
"aiohttp",

View file

@ -34,8 +34,8 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=0.21,<0.22",
"trustgraph-flow>=0.21,<0.22",
"trustgraph-base>=0.22,<0.23",
"trustgraph-flow>=0.22,<0.23",
"torch",
"urllib3",
"transformers",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=0.21,<0.22",
"trustgraph-base>=0.22,<0.23",
"aiohttp",
"anthropic",
"cassandra-driver",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=0.21,<0.22",
"trustgraph-base>=0.22,<0.23",
"pulsar-client",
"prometheus-client",
"boto3",

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=0.21,<0.22",
"trustgraph-base>=0.22,<0.23",
"pulsar-client",
"google-cloud-aiplatform",
"prometheus-client",

View file

@ -34,12 +34,12 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=0.21,<0.22",
"trustgraph-bedrock>=0.21,<0.22",
"trustgraph-cli>=0.21,<0.22",
"trustgraph-embeddings-hf>=0.21,<0.22",
"trustgraph-flow>=0.21,<0.22",
"trustgraph-vertexai>=0.21,<0.22",
"trustgraph-base>=0.22,<0.23",
"trustgraph-bedrock>=0.22,<0.23",
"trustgraph-cli>=0.22,<0.23",
"trustgraph-embeddings-hf>=0.22,<0.23",
"trustgraph-flow>=0.22,<0.23",
"trustgraph-vertexai>=0.22,<0.23",
],
scripts=[
]