mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-03 23:11:00 +02:00
Changed setup.py for 0.21 release branch
This commit is contained in:
parent
d1e9577e7f
commit
15c8afa97b
6 changed files with 12 additions and 12 deletions
|
|
@ -34,7 +34,7 @@ setuptools.setup(
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"trustgraph-base>=0.20,<0.21",
|
"trustgraph-base>=0.21,<0.22",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"prometheus-client",
|
"prometheus-client",
|
||||||
"boto3",
|
"boto3",
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ setuptools.setup(
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"trustgraph-base>=0.20,<0.21",
|
"trustgraph-base>=0.21,<0.22",
|
||||||
"requests",
|
"requests",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"rdflib",
|
"rdflib",
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ setuptools.setup(
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"trustgraph-base>=0.20,<0.21",
|
"trustgraph-base>=0.21,<0.22",
|
||||||
"trustgraph-flow>=0.20,<0.21",
|
"trustgraph-flow>=0.21,<0.22",
|
||||||
"torch",
|
"torch",
|
||||||
"urllib3",
|
"urllib3",
|
||||||
"transformers",
|
"transformers",
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ setuptools.setup(
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"trustgraph-base>=0.20,<0.21",
|
"trustgraph-base>=0.21,<0.22",
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"cassandra-driver",
|
"cassandra-driver",
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ setuptools.setup(
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"trustgraph-base>=0.20,<0.21",
|
"trustgraph-base>=0.21,<0.22",
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"google-cloud-aiplatform",
|
"google-cloud-aiplatform",
|
||||||
"prometheus-client",
|
"prometheus-client",
|
||||||
|
|
|
||||||
|
|
@ -34,12 +34,12 @@ setuptools.setup(
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"trustgraph-base>=0.20,<0.21",
|
"trustgraph-base>=0.21,<0.22",
|
||||||
"trustgraph-bedrock>=0.20,<0.21",
|
"trustgraph-bedrock>=0.21,<0.22",
|
||||||
"trustgraph-cli>=0.20,<0.21",
|
"trustgraph-cli>=0.21,<0.22",
|
||||||
"trustgraph-embeddings-hf>=0.20,<0.21",
|
"trustgraph-embeddings-hf>=0.21,<0.22",
|
||||||
"trustgraph-flow>=0.20,<0.21",
|
"trustgraph-flow>=0.21,<0.22",
|
||||||
"trustgraph-vertexai>=0.20,<0.21",
|
"trustgraph-vertexai>=0.21,<0.22",
|
||||||
],
|
],
|
||||||
scripts=[
|
scripts=[
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue