Update setup.py files for 0.14 dependencies

This commit is contained in:
Cyber MacGeddon 2024-10-25 15:15:03 +01:00
parent f83643f670
commit 51aef6c730
7 changed files with 14 additions and 14 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.13,<0.14",
"trustgraph-base>=0.14,<0.15",
"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.13,<0.14",
"trustgraph-base>=0.14,<0.15",
"requests",
"pulsar-client",
"rdflib",

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.13,<0.14",
"trustgraph-flow>=0.13,<0.14",
"trustgraph-base>=0.14,<0.15",
"trustgraph-flow>=0.14,<0.15",
"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.13,<0.14",
"trustgraph-base>=0.14,<0.15",
"urllib3",
"rdflib",
"pymilvus",

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.13,<0.14",
"trustgraph-base>=0.14,<0.15",
"pulsar-client",
"prometheus-client",
"pyarrow",

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.13,<0.14",
"trustgraph-base>=0.14,<0.15",
"pulsar-client",
"google-cloud-aiplatform",
"prometheus-client",

View file

@ -34,13 +34,13 @@ 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.13,<0.14",
"trustgraph-bedrock>=0.13,<0.14",
"trustgraph-cli>=0.13,<0.14",
"trustgraph-embeddings-hf>=0.13,<0.14",
"trustgraph-flow>=0.13,<0.14",
"trustgraph-parquet>=0.13,<0.14",
"trustgraph-vertexai>=0.13,<0.14",
"trustgraph-base>=0.14,<0.15",
"trustgraph-bedrock>=0.14,<0.15",
"trustgraph-cli>=0.14,<0.15",
"trustgraph-embeddings-hf>=0.14,<0.15",
"trustgraph-flow>=0.14,<0.15",
"trustgraph-parquet>=0.14,<0.15",
"trustgraph-vertexai>=0.14,<0.15",
],
scripts=[
]