From 04aa023e67bceaf9b97ea2159e388241e60f691c Mon Sep 17 00:00:00 2001 From: Philipp A Date: Fri, 24 Jan 2020 09:54:17 +0100 Subject: [PATCH] Install phenograph from git This way, one can install Palantir the same way without having to manually install Phenograph first. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0ffdcbfe..512bc52b 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ package_dir={'': 'src'}, packages=['palantir'], install_requires=[ + 'git+https://github.com/jacoblevine/phenograph.git', 'numpy>=1.14.2', 'pandas>=0.22.0', 'scipy>=1.3',