Skip to content

Commit fe1823c

Browse files
authored
Implement GPU support (#191)
* 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. * Fix: Put released version of `aleph-message` package.
1 parent abdb760 commit fe1823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = [ "version" ]
3030
dependencies = [
3131
"aiohttp>=3.8.3",
3232
"aioresponses>=0.7.6",
33-
"aleph-message>=0.5",
33+
"aleph-message>=0.6",
3434
"aleph-superfluid>=0.2.1",
3535
"base58==2.1.1", # Needed now as default with _load_account changement
3636
"coincurve; python_version<'3.11'",

0 commit comments

Comments
 (0)