Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ dependencies = [
"GitPython>=3.0.0",
"fuzzywuzzy~=0.18.0",
"netaddr~=1.3.0",
"numpy>=2.0.1",
"numpy>=2.0.1,<3.0.0",
"Jinja2",
"pycryptodome>=3.0.0,<4.0.0",
"PyYAML~=6.0.1",
"pytest",
"python-Levenshtein",
"rich~=13.7",
"rich>=13.7,<15.0",
"scalecodec==1.2.11",
"typer~=0.12",
"websockets>=14.1",
"typer>=0.12,<0.16",
"websockets>=14.1,<16.0",
"bittensor-wallet>=3.0.4",
"plotille>=5.0.0",
"pywry>=0.6.2",
Expand Down
Loading