Skip to content

Commit

Permalink
Merge pull request #25 from cybercongress/fix_dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
Snedashkovsky authored Apr 19, 2024
2 parents 7ba848b + 148b875 commit c177af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.0"
__version__ = "0.2.1"
version_split = __version__.split(".")
__version_as_int__ = (
(100 * int(version_split[0]))
Expand Down
3 changes: 1 addition & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ cosmpy>=0.9.1
ecdsa<0.15
py-bip39-bindings
urllib3==1.26.15
websocket>=0.2.1
websocket-client==1.7.0
websocket-client>=1.7.0

0 comments on commit c177af1

Please sign in to comment.