How would folk feel about making the openmc tally unit convertor optional either something along the lines of ``` try: import external_module except ImportError: external_module = None ``` or moving the import into the `plot_spectrum_from_tally function`?