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,