From bc6359fb6466b0d72010be35f3f89643dd2505ae Mon Sep 17 00:00:00 2001 From: Russi Chatterjee Date: Mon, 6 May 2019 01:35:03 +0530 Subject: [PATCH] update flann dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e47555..6447f3a 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( packages=find_packages(exclude=['contrib', 'docs', 'tests', 'tasks', 'scripts']), - install_requires=['torch', 'numpy', 'pyflann3'], + install_requires=['torch', 'numpy', 'flann'], extras_require={ 'dev': ['check-manifest'],