Fixes the following bugs:
- on some systems, a default encoding differing from
utf-8 would cause the installation to fail (#34)
- numpy v1.16.3 introduced
allow_pickle=False by default in numpy.load. Setting it to True manually, to ensure npz files containing uvtables can be read (#36).