From 57f4bc3fbb67c4d74b0a9ce7e1384cdd71e23655 Mon Sep 17 00:00:00 2001 From: chenyu Date: Wed, 9 Apr 2025 03:47:03 -0400 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c022ff342e..db9ed81a4e 100644 --- a/setup.py +++ b/setup.py @@ -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,