Remove numba dependency. As the jit-compiled code has been moved to the kernreg package, numba is not needed as a dependency anymore.
Moreover, the Continuous Integration workflow now also passes on Windows machines. Before, there had been issues with llvmlite, the lightweight LLVM python binding for writing JIT compilers, on Windows.
Remove
numba
dependency. As the jit-compiled code has been moved to the kernreg package,numba
is not needed as a dependency anymore. Moreover, the Continuous Integration workflow now also passes on Windows machines. Before, there had been issues withllvmlite
, the lightweight LLVM python binding for writing JIT compilers, on Windows.This change is