sdiehl / numpile

A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
http://dev.stephendiehl.com/numpile/
MIT License
404 stars 52 forks source link

minor cleanup #9

Closed cdeil closed 5 years ago

cdeil commented 5 years ago

Some minor cleanup.

Fixes the code example in the README (now works in Python 3), and requirements.txt (list llvmlite instead of llvmpy).

sdiehl commented 5 years ago

Ok sure.