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:
chenyu
2025-04-09 03:47:03 -04:00
committed by GitHub
parent bf769fa5c5
commit 57f4bc3fbb

View File

@@ -42,7 +42,7 @@ setup(name='tinygrad',
"typing-extensions",
"pre-commit",
"ruff",
"types-tqdm",
"numpy",
],
#'mlperf': ["mlperf-logging @ git+https://github.com/mlperf/logging.git@5.0.0-rc1"],
'testing_minimal': testing_minimal,