From 628b55424d4b0fb9c8f6abc0e1f022bc883a90fe Mon Sep 17 00:00:00 2001 From: mehrad Date: Fri, 22 Apr 2022 15:49:57 -0700 Subject: [PATCH] setup: dialogues track emnlp hash --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e964c4f8..49ace61f 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', + 'dialogues @ git+https://github.com/Mehrad0711/dialogues@89c07a6c6c855c389a889ba20ec0fe4ddcc94f45', ], )