Prepare for 0.19

This commit is contained in:
Cyber MacGeddon 2024-12-30 10:44:33 +00:00
parent a0487fcb28
commit cff90cada1
7 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
tags:
- v0.18.*
- v0.19.*
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.18,<0.19",
"trustgraph-base>=0.19,<0.20",
"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.18,<0.19",
"trustgraph-base>=0.19,<0.20",
"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.18,<0.19",
"trustgraph-flow>=0.18,<0.19",
"trustgraph-base>=0.19,<0.20",
"trustgraph-flow>=0.19,<0.20",
"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.18,<0.19",
"trustgraph-base>=0.19,<0.20",
"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.18,<0.19",
"trustgraph-base>=0.19,<0.20",
"pulsar-client",
"google-cloud-aiplatform",
"prometheus-client",

View file

@ -34,12 +34,12 @@ 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.18,<0.19",
"trustgraph-bedrock>=0.18,<0.19",
"trustgraph-cli>=0.18,<0.19",
"trustgraph-embeddings-hf>=0.18,<0.19",
"trustgraph-flow>=0.18,<0.19",
"trustgraph-vertexai>=0.18,<0.19",
"trustgraph-base>=0.19,<0.20",
"trustgraph-bedrock>=0.19,<0.20",
"trustgraph-cli>=0.19,<0.20",
"trustgraph-embeddings-hf>=0.19,<0.20",
"trustgraph-flow>=0.19,<0.20",
"trustgraph-vertexai>=0.19,<0.20",
],
scripts=[
]