del numpy dependency

This commit is contained in:
adamnsandle
2020-12-15 13:02:17 +00:00
parent 40dd30780f
commit f9f8919623
2 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
dependencies = ['torch', 'torchaudio', 'numpy']
dependencies = ['torch', 'torchaudio']
import torch
from utils import (init_jit_model,
get_speech_ts,