From 63e1e08b0c69cecf59e388227d2b964019e6fa68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F=E5=BA=B7?= Date: Fri, 26 Aug 2022 09:48:12 +0800 Subject: [PATCH] fix errors when installing on windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c3ef7f..74c8fd8 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ 'console_scripts': [ 'cortex=cortex.main:run'] }, - dependency_links={'git+https://github.com/facebookresearch/visdom.git'}, + dependency_links=['git+https://github.com/facebookresearch/visdom.git'], zip_safe=False)