Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ workflows:
- build-and-test:
matrix:
parameters:
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7"]
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7" ]
requires:
- check-if-pr-is-draft
- unit-tests-all-python-versions:
Expand All @@ -314,7 +314,7 @@ workflows:
- lint-and-type-check:
matrix:
parameters:
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7"]
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7" ]
requires:
- check-if-pr-is-draft
#- coveralls:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies = [
"scalecodec==1.2.11",
"uvicorn",
"websockets>=14.1",
"bittensor-commit-reveal>=0.2.0",
"bittensor-wallet>=3.0.4",
"bittensor-commit-reveal>=0.3.1",
"bittensor-wallet>=3.0.5",
"async-substrate-interface>=1.0.8"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ scalecodec==1.2.11
uvicorn
websockets>=14.1
bittensor-commit-reveal>=0.3.1
bittensor-wallet>=3.0.4
bittensor-wallet>=3.0.5
async-substrate-interface>=1.0.4
Loading