Skip to content

Commit

Permalink
bump scale-codec to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Jul 22, 2024
1 parent c645dac commit 14a274d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python-statemachine~=2.1
retry
requests
rich
scalecodec==1.2.7 # scalecodec should not be changed unless first verifying compatibility with the subtensor's monkeypatching of scalecodec.RuntimeConfiguration.get_decoder_class
scalecodec==1.2.10 # scalecodec should not be changed unless first verifying compatibility with the subtensor's monkeypatching of scalecodec.RuntimeConfiguration.get_decoder_class
shtab~=1.6.5
substrate-interface~=1.7.9
termcolor
Expand Down
2 changes: 1 addition & 1 deletion scripts/environments/apple_m1_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ dependencies:
- retry==0.9.2
- rich==12.5.1
- rsa==4.9
- scalecodec==1.2.7 # scalecodec should not be changed unless first verifying compatibility with the subtensor's monkeypatching of scalecodec.RuntimeConfiguration.get_decoder_class
- scalecodec==1.2.10 # scalecodec should not be changed unless first verifying compatibility with the subtensor's monkeypatching of scalecodec.RuntimeConfiguration.get_decoder_class
- scikit-learn==1.2.2
- scipy==1.10.1
- sentencepiece==0.1.99
Expand Down

0 comments on commit 14a274d

Please sign in to comment.