Fix setup deps (#149)

This commit is contained in:
cybermaggedon 2024-11-11 22:29:03 +00:00 committed by GitHub
parent 7aab42a054
commit f654d72515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 14 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.14,<0.15",
"trustgraph-base>=0.15,<0.16",
"requests",
"pulsar-client",
"rdflib",