From 27f9b5928bc4dcf627bb704d33dccfdb293514d1 Mon Sep 17 00:00:00 2001 From: mehrad Date: Fri, 22 Apr 2022 15:50:22 -0700 Subject: [PATCH] setup: dialogues track main branch again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49ace61f..e964c4f8 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,6 @@ setuptools.setup( 'dill~=0.3', 'xgboost~=1.3', # for e2e dialogues: - 'dialogues @ git+https://github.com/Mehrad0711/dialogues@89c07a6c6c855c389a889ba20ec0fe4ddcc94f45', + 'dialogues @ git+https://github.com/Mehrad0711/dialogues', ], )