You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The disk-caching logic is currently tied to numba.__version__, such that the caches are invalidated when a numba version bump occurs. This seems like it should be changed to gate off numba_cuda.__version__ instead.