Skip to content

Commit

Permalink
Added dependency on scikit-network
Browse files Browse the repository at this point in the history
  • Loading branch information
rgupta committed Jul 30, 2021
1 parent caa3d9b commit 8f3499e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cytopath',
version='0.1.6.post1',
version='0.1.6.post2',
description='Simulation based inference of differentiation trajectories from RNA velocity fields.',
license='BSD 3-Clause License',
packages=find_packages(),
Expand All @@ -12,7 +12,7 @@
download_url = 'https://github.com/aron0093/cytopath/archive/v_016_1.tar.gz',
keywords = ['Trajectory Inference', 'single-cell RNA sequencing', 'RNA velocity'],
install_requires=[
'numpy',
'numpy>=1.20.0',
'scipy',
'anndata',
'scvelo>=0.1.25',
Expand All @@ -27,10 +27,6 @@
'Intended Audience :: Science/Research',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
])

0 comments on commit 8f3499e

Please sign in to comment.