Skip to content

Commit

Permalink
Add pytype to individual neurons
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Aug 22, 2024
1 parent 2ac297d commit 2518b92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions miner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ classifiers = [
python = ">=3.10,<3.11"
edge-optimization-subnet-neuron = { path = "../neuron", develop = true }

[tool.poetry.dev-dependencies]
pytype = "2024.4.11"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down
3 changes: 3 additions & 0 deletions validator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ python = ">=3.10,<3.11"
wandb = "0.17.5"
edge-optimization-subnet-neuron = { path = "../neuron", develop = true }

[tool.poetry.dev-dependencies]
pytype = "2024.4.11"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 2518b92

Please sign in to comment.