Fix/lock 0.11 version (#108)

* - Locked 0.11 packages to 0.11 deps
- Added 'trustgraph' uber-package which installs the rest
- Added dependency to set package versions before building packages

* Bump version
This commit is contained in:
cybermaggedon 2024-10-04 22:12:39 +01:00 committed by GitHub
parent 1a34a444f5
commit 148092a6af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 59 additions and 9 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",
"trustgraph-flow",
"trustgraph-base<0.12",
"trustgraph-flow<0.12",
"torch",
"urllib3",
"transformers",