Skip to content

Commit

Permalink
Merge pull request #32 from cybercongress/prompting-fix
Browse files Browse the repository at this point in the history
Updated deps
  • Loading branch information
cyborgshead authored Jul 11, 2024
2 parents 48866ab + 78bba38 commit 23cd0c3
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 23cd0c3

Please sign in to comment.