Skip to content

Commit d2b5de7

Browse files
camfairchildgus-opentensor
authored andcommitted
Bumps version
1 parent 0759f6a commit d2b5de7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.9.3
1+
6.9.4

bittensor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
nest_asyncio.apply()
2828

2929
# Bittensor code and protocol version.
30-
__version__ = "6.9.3"
30+
__version__ = "6.9.4"
3131

3232
version_split = __version__.split(".")
3333
__version_as_int__: int = (

bittensor/subtensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import os
2020
import copy
21+
import socket
2122
import time
2223
import torch
2324
import argparse
@@ -89,7 +90,6 @@
8990

9091
KEY_NONCE: Dict[str, int] = {}
9192

92-
T = TypeVar("T")
9393

9494

9595
class ParamWithTypes(TypedDict):

requirements/prod.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ pytest
2424
retry
2525
requests
2626
rich
27-
scalecodec==1.2.7
28-
shtab==1.6.5
29-
substrate-interface==1.7.5
27+
scalecodec==1.2.11
28+
shtab~=1.6.5
29+
substrate-interface~=1.7.9
3030
termcolor
3131
torch>=1.13.1
3232
tqdm

scripts/environments/apple_m1_environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ dependencies:
228228
- retry==0.9.2
229229
- rich==12.5.1
230230
- rsa==4.9
231-
- scalecodec==1.2.7
231+
- scalecodec==1.2.11
232232
- scikit-learn==1.2.2
233233
- scipy==1.10.1
234234
- sentencepiece==0.1.99
@@ -241,7 +241,7 @@ dependencies:
241241
- sqlalchemy==2.0.19
242242
- starlette==0.27.0
243243
- streamlit==1.22.0
244-
- substrate-interface==1.5.2
244+
- substrate-interface==1.7.9
245245
- tenacity==8.2.2
246246
- termcolor==2.1.1
247247
- threadpoolctl==3.1.0

0 commit comments

Comments
 (0)