diff --git a/pyproject.toml b/pyproject.toml index 0032f4b4..5829821c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,7 @@ dependencies = [ "lazy-loader>=0.4", "lmfit>=1.3.2", "matplotlib>=3.8.0", - "numba>=0.59.0", - "numba>=0.61.0rc1 ; python_full_version >= '3.13'", - "llvmlite>=0.44.0dev0 ; python_full_version >= '3.13'", + "numba>=0.61.0", "numpy>=1.26.0", "pickleshare>=0.7.5", "pyperclip>=1.8.2", @@ -245,8 +243,6 @@ concurrency = ["multiprocessing", "thread"] [tool.coverage.report] exclude_also = [ - "@numba.njit", - "@cfunc", "get_ipython()", "from IPython", "def mouseDragEvent",