diff --git a/numba_cuda/VERSION b/numba_cuda/VERSION index 8cbf02c..43b2961 100644 --- a/numba_cuda/VERSION +++ b/numba_cuda/VERSION @@ -1 +1 @@ -0.0.12 +0.0.13 diff --git a/pyproject.toml b/pyproject.toml index c898cb3..4f2291b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ authors = [ ] license = { text = "BSD 2-clause" } requires-python = ">=3.9" +dependencies = ["numba>=0.59.1"] [project.urls] Homepage = "https://github.com/rapidsai/numba-cuda"