From 8afe04d7bffeda50e8f157385e767c65c3b2040d Mon Sep 17 00:00:00 2001 From: mehrad Date: Thu, 12 May 2022 18:55:00 -0700 Subject: [PATCH] setup: bump dialogues --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1979553a..335e41cd 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@9fd1f422db3956a20b087940c68a4e3c96845f8a', + 'dialogues @ git+https://github.com/Mehrad0711/dialogues@525ebb209594360183d4fc30c7d9d03d24ed68b9', ], )