forked from tinygrad/tinygrad
add numpy to setup linting (#9806)
this would have caught the mypy error in fp8 pr. keep ignore_missing_imports to true as we also import torch which is fat
This commit is contained in:
@@ -42,7 +42,7 @@ setup(name='tinygrad',
|
||||
"typing-extensions",
|
||||
"pre-commit",
|
||||
"ruff",
|
||||
"types-tqdm",
|
||||
"numpy",
|
||||
],
|
||||
#'mlperf': ["mlperf-logging @ git+https://github.com/mlperf/[email protected]"],
|
||||
'testing_minimal': testing_minimal,
|
||||
|
||||
Reference in New Issue
Block a user