Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Jul 11, 2024
1 parent d52fe51 commit 78bba38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cybertensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
nest_asyncio.apply()

# Cybertensor code and protocol version.
__version__ = "0.2.3"
__version__ = "0.2.4"
version_split = __version__.split(".")
__version_as_int__ = (
(100 * int(version_split[0]))
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ddt==1.6.0
grpcio
fuzzywuzzy>=0.18.0
fastapi==0.99.1
loguru==0.7.0
loguru>=0.7.0
munch==2.5.0
netaddr
numpy
Expand Down

0 comments on commit 78bba38

Please sign in to comment.