Skip to content

Commit b04d2f3

Browse files
committed
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.
1 parent abdb760 commit b04d2f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ dynamic = [ "version" ]
3030
dependencies = [
3131
"aiohttp>=3.8.3",
3232
"aioresponses>=0.7.6",
33-
"aleph-message>=0.5",
33+
"aleph-message @ git+https://github.com/aleph-im/aleph-message@andres-feature-add_gpu_requirement",
3434
"aleph-superfluid>=0.2.1",
35-
"base58==2.1.1", # Needed now as default with _load_account changement
35+
"base58==2.1.1", # Needed now as default with _load_account changement
3636
"coincurve; python_version<'3.11'",
3737
"coincurve>=19; python_version>='3.11'",
3838
"eth-abi>=4; python_version>='3.11'",
3939
"eth-typing==4.3.1",
4040
"jwcrypto==1.5.6",
41-
"pynacl==1.5", # Needed now as default with _load_account changement
41+
"pynacl==1.5", # Needed now as default with _load_account changement
4242
"python-magic",
4343
"typing-extensions",
4444
"web3==6.3",

0 commit comments

Comments
 (0)