From 663bb75da4131ff262c962a148f986aca67e050b Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Tue, 15 Jun 2021 22:19:08 -0700 Subject: [PATCH] add numba optional dependency to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64233994..45a6239c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Currently this means: * `colorcet` for supplemental colormaps * [`cupy`](https://docs.cupy.dev/en/stable/install.html) for CUDA-enhanced image processing * On Windows, CUDA toolkit must be >= 11.1 + * [`numba`] used to accelerate repeated image display for ImageItem Qt Bindings Test Matrix -----------------------