Lock 0.12 to 0.12 packages min (#115)

This commit is contained in:
cybermaggedon 2024-10-14 19:31:30 +01:00 committed by GitHub
parent eface26fe1
commit 4ef8332c6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
"trustgraph-base>=0.12,<0.13",
"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",
"trustgraph-base>=0.12,<0.13",
"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",
"trustgraph-flow<0.13",
"trustgraph-base>=0.12,<0.13",
"trustgraph-flow>=0.12,<0.13",
"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",
"trustgraph-base>=0.12,<0.13",
"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",
"trustgraph-base>=0.12,<0.13",
"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",
"trustgraph-base>=0.12,<0.13",
"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",
"trustgraph-bedrock<0.13",
"trustgraph-cli<0.13",
"trustgraph-embeddings-hf<0.13",
"trustgraph-flow<0.13",
"trustgraph-parquet<0.13",
"trustgraph-vertexai<0.13",
"trustgraph-base>=0.12,<0.13",
"trustgraph-bedrock>=0.12,<0.13",
"trustgraph-cli>=0.12,<0.13",
"trustgraph-embeddings-hf>=0.12,<0.13",
"trustgraph-flow>=0.12,<0.13",
"trustgraph-parquet>=0.12,<0.13",
"trustgraph-vertexai>=0.12,<0.13",
],
scripts=[
]