Skip to content

Commit

Permalink
Problem: If a user wants to deploy a VM using the GPU support, he can…
Browse files Browse the repository at this point in the history
…not do it from the SDK because it's not updated with latest aleph_message protocol.

Solution: Update aleph_message protocol with last changes.
  • Loading branch information
nesitor committed Dec 6, 2024
1 parent abdb760 commit 2f81a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit 2f81a22

Please sign in to comment.