in `utils.chemistry` it references the `histogram` class from copy which no longer exists I exchanged it with `from numpy import histogram` and it seems to work. Is it possible to update guacamole to support ?
in
utils.chemistryit references thehistogramclass from copy which no longer existsI exchanged it with
from numpy import histogramand it seems to work.Is it possible to update guacamole to support ?