For example, replace: https://github.com/python-periodictable/periodictable/blob/0b8ba54b6fe9ff5ace0dba0eef23cf485962f5a8/periodictable/activation.py#L914-L915 with: ```python import importlib.resources as res with res.open_text("periodictable", "activation.dat") as fd: ... ```
For example, replace:
periodictable/periodictable/activation.py
Lines 914 to 915 in 0b8ba54
with: