Minimum bond lengths when using the 'Custom Bonds' algorithm in Crystal Toolkit / CutOffDictNN in Pymatgen

Hi!

I am trying to create an app where users can define the bond lengths between atom pairs. Currently, pymatgen/crystal toolkit create the StructureGraph using only maximum bond length inputs from the user.

Is it possible to allow the user to input both the minimum and maximum bond lengths?

Thanks!