mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-03 04:12:37 +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,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.15,<0.16",
|
||||
"trustgraph-flow>=0.15,<0.16",
|
||||
"trustgraph-base>=0.16,<0.17",
|
||||
"trustgraph-flow>=0.16,<0.17",
|
||||
"torch",
|
||||
"urllib3",
|
||||
"transformers",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue