Bump setup.py versions for 1.1

This commit is contained in:
Cyber MacGeddon 2025-07-02 16:40:13 +01:00
parent b1a546e4d2
commit f0b2752abf
7 changed files with 13 additions and 13 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>=1.0,<1.1",
"trustgraph-flow>=1.0,<1.1",
"trustgraph-base>=1.1,<1.2",
"trustgraph-flow>=1.1,<1.2",
"torch",
"urllib3",
"transformers",