OpenSourceEconomics / grmpy

Python package for the simulation and estimation of generalized Roy model
http://grmpy.readthedocs.io
MIT License
19 stars 5 forks source link

Fix ci windows #184

Closed segsell closed 3 years ago

segsell commented 3 years ago

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.


This change is Reviewable