setup: set dialogues to wip/dev_1

This commit is contained in:
mehrad 2022-06-27 19:51:06 -07:00
parent 94755642ea
commit 70ee616e0d
No known key found for this signature in database
GPG Key ID: AAF81F778210AE42
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ setuptools.setup(
'dill~=0.3',
'xgboost~=1.3',
# for e2e dialogues:
'dialogues @ git+https://github.com/Mehrad0711/dialogues@main',
'dialogues @ git+https://github.com/Mehrad0711/dialogues@wip/dev_1',
],
)