A heap with decrease-key and increase-key operations
conda install main::heapdict
heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It's designed to be used as a priority queue.