From 5509bd33e5069a7830236e6d4dcddabe87bd222b Mon Sep 17 00:00:00 2001 From: Ivan Menshikh Date: Wed, 16 Jan 2019 08:00:26 +0500 Subject: [PATCH] unpin visdom back (bug fixed) See - https://github.com/facebookresearch/visdom/pull/550 - https://github.com/facebookresearch/visdom/issues/548 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f96a7517a4..3e55f387c9 100644 --- a/setup.py +++ b/setup.py @@ -233,7 +233,7 @@ def finalize_options(self): 'scikit-learn', 'Morfessor==2.0.2a4', 'python-Levenshtein >= 0.10.2', - 'visdom >= 0.1.8, <= 0.1.8.6', + 'visdom >= 0.1.8, != 0.1.8.7', ] linux_testenv = win_testenv[:]