Skip to content

Commit

Permalink
rm redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerBergen committed Sep 16, 2019
1 parent f148c45 commit 3670999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup, find_packages
import numpy as np
from version import __version__

setup(
Expand All @@ -9,7 +8,6 @@
'scipy>=1.0', 'scikit-learn>=0.19.1, != 0.21.0, != 0.21.1', # exclude buggy versions
'joblib', 'umap-learn>=0.3.0', 'loompy>=2.0.12'],
packages=find_packages(),
include_dirs=[np.get_include()],
author="Volker Bergen",
author_email="volker.bergen@helmholtz-muenchen.de",
description='Stochastic RNA velocity for inferring single cell dynamics',
Expand Down

0 comments on commit 3670999

Please sign in to comment.