Changed setup.py for 0.21 release branch

This commit is contained in:
Cyber MacGeddon 2025-01-30 21:40:44 +00:00
parent d1e9577e7f
commit 15c8afa97b
6 changed files with 12 additions and 12 deletions

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.20,<0.21",
"trustgraph-base>=0.21,<0.22",
"requests",
"pulsar-client",
"rdflib",