mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Update setup.py files to prep 0.22 branch
This commit is contained in:
parent
57663742e6
commit
b1cefbe1f7
7 changed files with 13 additions and 13 deletions
|
|
@ -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.21,<0.22",
|
||||
"trustgraph-base>=0.22,<0.23",
|
||||
"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.21,<0.22",
|
||||
"trustgraph-base>=0.22,<0.23",
|
||||
"requests",
|
||||
"pulsar-client",
|
||||
"aiohttp",
|
||||
|
|
|
|||
|
|
@ -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.21,<0.22",
|
||||
"trustgraph-flow>=0.21,<0.22",
|
||||
"trustgraph-base>=0.22,<0.23",
|
||||
"trustgraph-flow>=0.22,<0.23",
|
||||
"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.21,<0.22",
|
||||
"trustgraph-base>=0.22,<0.23",
|
||||
"aiohttp",
|
||||
"anthropic",
|
||||
"cassandra-driver",
|
||||
|
|
|
|||
|
|
@ -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.21,<0.22",
|
||||
"trustgraph-base>=0.22,<0.23",
|
||||
"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.21,<0.22",
|
||||
"trustgraph-base>=0.22,<0.23",
|
||||
"pulsar-client",
|
||||
"google-cloud-aiplatform",
|
||||
"prometheus-client",
|
||||
|
|
|
|||
|
|
@ -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.21,<0.22",
|
||||
"trustgraph-bedrock>=0.21,<0.22",
|
||||
"trustgraph-cli>=0.21,<0.22",
|
||||
"trustgraph-embeddings-hf>=0.21,<0.22",
|
||||
"trustgraph-flow>=0.21,<0.22",
|
||||
"trustgraph-vertexai>=0.21,<0.22",
|
||||
"trustgraph-base>=0.22,<0.23",
|
||||
"trustgraph-bedrock>=0.22,<0.23",
|
||||
"trustgraph-cli>=0.22,<0.23",
|
||||
"trustgraph-embeddings-hf>=0.22,<0.23",
|
||||
"trustgraph-flow>=0.22,<0.23",
|
||||
"trustgraph-vertexai>=0.22,<0.23",
|
||||
],
|
||||
scripts=[
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue