Setup for release 0.17 branch

This commit is contained in:
Cyber MacGeddon 2024-11-29 17:03:31 +00:00
parent cf564ed147
commit c844d805e5
8 changed files with 15 additions and 15 deletions

View file

@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
tags:
- v0.16.*
- v0.17.*
permissions:
contents: read

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.16,<0.17",
"trustgraph-base>=0.17,<0.18",
"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.16,<0.17",
"trustgraph-base>=0.17,<0.18",
"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.16,<0.17",
"trustgraph-flow>=0.16,<0.17",
"trustgraph-base>=0.17,<0.18",
"trustgraph-flow>=0.17,<0.18",
"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.16,<0.17",
"trustgraph-base>=0.17,<0.18",
"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.16,<0.17",
"trustgraph-base>=0.17,<0.18",
"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.16,<0.17",
"trustgraph-base>=0.17,<0.18",
"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.16,<0.17",
"trustgraph-bedrock>=0.16,<0.17",
"trustgraph-cli>=0.16,<0.17",
"trustgraph-embeddings-hf>=0.16,<0.17",
"trustgraph-flow>=0.16,<0.17",
"trustgraph-parquet>=0.16,<0.17",
"trustgraph-vertexai>=0.16,<0.17",
"trustgraph-base>=0.17,<0.18",
"trustgraph-bedrock>=0.17,<0.18",
"trustgraph-cli>=0.17,<0.18",
"trustgraph-embeddings-hf>=0.17,<0.18",
"trustgraph-flow>=0.17,<0.18",
"trustgraph-parquet>=0.17,<0.18",
"trustgraph-vertexai>=0.17,<0.18",
],
scripts=[
]