From 73ca875cd26c8db7430899739c1eb8f1fb423a2d Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor <165814940+ibraheem-opentensor@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:13:00 -0700 Subject: [PATCH] removes py-bip39-bindings (#118) --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4fc8ce9b..3547fb9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ wheel async-property==0.2.2 -py-bip39-bindings==0.1.11 aiohttp~=3.10.2 backoff~=2.2.1 GitPython>=3.0.0 @@ -18,5 +17,5 @@ substrate-interface~=1.7.9 typer~=0.12 websockets>=12.0 git+https://github.com/opentensor/btwallet.git#egg=bittensor-wallet # To be removed -# bittensor-wallet==1.0.0r # To be uncommented after wallet release +# bittensor-wallet==1.0.0 # To be uncommented after wallet release bt-decode==0.2.0a0 # this will change in the future to 0.2.0 \ No newline at end of file