From d4c01d88f09656acc928f536ccb7ef9dc039f8a7 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 18 Dec 2020 21:04:33 +0800 Subject: [PATCH] fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f2d6d93..8aa9d3d4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_requires=[ # Not imposing any particular versions for now 'k2', - 'git+https://github.com/lhotse-speech/lhotse', + 'lhotse@git+https://github.com/lhotse-speech/lhotse', 'torch', 'torchaudio', 'kaldialign'