kensho-technologies / pyctcdecode

A fast and lightweight python-based CTC beam search decoder for speech recognition.
Apache License 2.0
416 stars 89 forks source link

Roll numpy back to 1.15 #17

Closed poneill closed 3 years ago

poneill commented 3 years ago

In order to maintain python 3.6 support, roll numpy back to 1.15 and add #type: ignores to np.ndarray annotations so that mypy 0.910 will accept them.