Dear Yi Ding,
Libra uses the atomic units system in most of its input and output, so before you use your files with properties in eV units, you'd need to convert them to a.u.
This can be done for instance by the functions:
transform_data(X, params) and unit_conversion(X, scaling_factor) from the data_conv sub-module of libra_py module
Also, you may find it useful to use this function:
scale_NACs(hvib, alp), from the same module - but this one scales only NACs, not energies. The ones above are more general.
Also, see the example of usage of the scale_NAC function in this example: Example9a_NAMD_MoS2/X-NA-MD-MoS2.ipynb, although for a slightly-different purpose.
Hope this helps,
Alexey