Skip to content

Commit

Permalink
[Minor] Downgrading mypy from latest (1.11) to 1.10 (#31)
Browse files Browse the repository at this point in the history
Downgrading version of `mypy` to fix dependency conflict.
  • Loading branch information
mtopalovicTT authored Aug 2, 2024
1 parent eda3539 commit 2ea777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add_subdirectory(pybuda)
### Generate stubs for ttforge
### Run `cmake --build build -- make_stubs` to generate stubs
add_custom_target(make_stubs
COMMAND pip install mypy
COMMAND pip install mypy==1.10
COMMAND stubgen -m pybuda._C -m pybuda._C.autograd -m pybuda._C.graph -m pybuda._C.torch_device -m pybuda._C.runtime -o pybuda -v
COMMENT "Generating stubs for ttforge"
USES_TERMINAL
Expand Down

0 comments on commit 2ea777f

Please sign in to comment.