Set dependencies up for the 0.13 branch. Set version=0.0.0 in Makefile

to spot build errors.
This commit is contained in:
Cyber MacGeddon 2024-10-15 00:31:08 +01:00
parent 4ef8332c6f
commit 43756d872b
8 changed files with 15 additions and 15 deletions

View file

@ -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,<0.13",
"trustgraph-flow>=0.12,<0.13",
"trustgraph-base>=0.13,<0.14",
"trustgraph-flow>=0.13,<0.14",
"torch",
"urllib3",
"transformers",