From 2f81a224a1b418aad88d8d10ca81458e74698311 Mon Sep 17 00:00:00 2001 From: "Andres D. Molins" Date: Fri, 6 Dec 2024 14:16:32 +0100 Subject: [PATCH] Problem: If a user wants to deploy a VM using the GPU support, he cannot do it from the SDK because it's not updated with latest aleph_message protocol. Solution: Update aleph_message protocol with last changes. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6644265..02573fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = [ "version" ] dependencies = [ "aiohttp>=3.8.3", "aioresponses>=0.7.6", - "aleph-message>=0.5", + "aleph-message @ git+https://github.com/aleph-im/aleph-message@andres-feature-add_gpu_requirement", "aleph-superfluid>=0.2.1", "base58==2.1.1", # Needed now as default with _load_account changement "coincurve; python_version<'3.11'",