mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-17 05:00:25 +00:00
Pin minimum mypy version, refs #491
This commit is contained in:
parent
0a8fd77b26
commit
2040af8974
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -55,7 +55,7 @@ setup(
|
|||
"numpy",
|
||||
"pytest-httpx",
|
||||
"cogapp",
|
||||
"mypy",
|
||||
"mypy>=1.10.0",
|
||||
"black>=24.1.0",
|
||||
"ruff",
|
||||
"types-click",
|
||||
|
|
|
|||
Loading…
Reference in a new issue