mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Prepare for 0.16: Change Python dep restrictions and Gitlab merge criteria
This commit is contained in:
parent
f2c78b701e
commit
b536d78b57
8 changed files with 15 additions and 15 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.15,<0.16",
|
||||
"trustgraph-base>=0.16,<0.17",
|
||||
"urllib3",
|
||||
"rdflib",
|
||||
"pymilvus",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue