Update Python files for 0.20

This commit is contained in:
Cyber MacGeddon 2025-01-16 00:02:18 +00:00
parent bed7423c26
commit 9bf916f3c6
6 changed files with 12 additions and 12 deletions

View file

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

View file

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

View file

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

View file

@ -34,7 +34,7 @@ setuptools.setup(
python_requires='>=3.8', python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz", download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[ install_requires=[
"trustgraph-base>=0.19,<0.20", "trustgraph-base>=0.20,<0.21",
"urllib3", "urllib3",
"rdflib", "rdflib",
"pymilvus", "pymilvus",

View file

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

View file

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