mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Move to 0.12 deps in Python packages (#114)
This commit is contained in:
parent
ffaf7b28a5
commit
eface26fe1
7 changed files with 14 additions and 14 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.12",
|
||||
"trustgraph-flow<0.12",
|
||||
"trustgraph-base<0.13",
|
||||
"trustgraph-flow<0.13",
|
||||
"torch",
|
||||
"urllib3",
|
||||
"transformers",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue