Skip to content

Commit d269ec1

Browse files
committed
Bumps versions.
1 parent 63cc649 commit d269ec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ dependencies = [
2222
"GitPython>=3.0.0",
2323
"fuzzywuzzy~=0.18.0",
2424
"netaddr~=1.3.0",
25-
"numpy>=2.0.1",
25+
"numpy>=2.0.1,<3.0.0",
2626
"Jinja2",
2727
"pycryptodome>=3.0.0,<4.0.0",
2828
"PyYAML~=6.0.1",
2929
"pytest",
3030
"python-Levenshtein",
31-
"rich~=13.7",
31+
"rich>=13.7,<15.0",
3232
"scalecodec==1.2.11",
33-
"typer~=0.12",
34-
"websockets>=14.1",
33+
"typer>=0.12,<0.16",
34+
"websockets>=14.1,<16.0",
3535
"bittensor-wallet>=3.0.4",
3636
"plotille>=5.0.0",
3737
"pywry>=0.6.2",

0 commit comments

Comments
 (0)