Lock 0.12 to 0.12 packages min

This commit is contained in:
Cyber MacGeddon 2024-10-14 19:30:59 +01:00
parent eface26fe1
commit cc1a80876c
7 changed files with 14 additions and 14 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.13", "trustgraph-base>=0.12,<0.13",
"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.13", "trustgraph-base>=0.12,<0.13",
"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.13", "trustgraph-base>=0.12,<0.13",
"trustgraph-flow<0.13", "trustgraph-flow>=0.12,<0.13",
"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.13", "trustgraph-base>=0.12,<0.13",
"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.13", "trustgraph-base>=0.12,<0.13",
"pulsar-client", "pulsar-client",
"prometheus-client", "prometheus-client",
"pyarrow", "pyarrow",

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

View file

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