From 0047ca221de8446e5da7736359c69542bbdde573 Mon Sep 17 00:00:00 2001 From: simonvh Date: Wed, 23 Sep 2020 17:37:55 +0200 Subject: [PATCH] updated requirements --- setup.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index db89814..350c5ef 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,9 @@ from setuptools import setup, find_packages import os -DESCRIPTION = "Inference of transcription factor motif activity from single cell RNA-seq data." +DESCRIPTION = ( + "Inference of transcription factor motif activity from single cell RNA-seq data." +) with open("README.md") as f: long_description = f.read() @@ -12,8 +14,8 @@ setup( name="scepia", version=versioneer.get_version(), - long_description = long_description, - long_description_content_type = 'text/markdown', + long_description=long_description, + long_description_content_type="text/markdown", description=DESCRIPTION, author="Simon van Heeringen", author_email="simon.vanheeringen@gmail.com", @@ -39,8 +41,10 @@ "adjustText", "biofluff", "gimmemotifs", + "leiden", + "loguru", "matplotlib", - "numpy", + "numba" "numpy", "pandas", "scanpy", "scikit-learn",