mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Open 0.18 branch
This commit is contained in:
parent
61031270e4
commit
d6cdce8391
7 changed files with 13 additions and 14 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- v0.17.*
|
||||
- v0.18.*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -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.17,<0.18",
|
||||
"trustgraph-base>=0.18,<0.19",
|
||||
"pulsar-client",
|
||||
"prometheus-client",
|
||||
"boto3",
|
||||
|
|
|
|||
|
|
@ -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.17,<0.18",
|
||||
"trustgraph-base>=0.18,<0.19",
|
||||
"requests",
|
||||
"pulsar-client",
|
||||
"rdflib",
|
||||
|
|
|
|||
|
|
@ -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.17,<0.18",
|
||||
"trustgraph-flow>=0.17,<0.18",
|
||||
"trustgraph-base>=0.18,<0.19",
|
||||
"trustgraph-flow>=0.18,<0.19",
|
||||
"torch",
|
||||
"urllib3",
|
||||
"transformers",
|
||||
|
|
|
|||
|
|
@ -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.17,<0.18",
|
||||
"trustgraph-base>=0.18,<0.19",
|
||||
"urllib3",
|
||||
"rdflib",
|
||||
"pymilvus",
|
||||
|
|
|
|||
|
|
@ -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.17,<0.18",
|
||||
"trustgraph-base>=0.18,<0.19",
|
||||
"pulsar-client",
|
||||
"google-cloud-aiplatform",
|
||||
"prometheus-client",
|
||||
|
|
|
|||
|
|
@ -34,13 +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.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",
|
||||
"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",
|
||||
],
|
||||
scripts=[
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue