Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aron0093 committed Jul 18, 2023
1 parent bc8c630 commit 2178db2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@

setup(
name='cytopath',
version='0.1.9',
version='0.2.0',
description='Simulation based inference of differentiation trajectories from RNA velocity fields.',
license='BSD 3-Clause License',
packages=find_packages(),
author = 'Revant Gupta',
author_email = 'revant.gupta.93@gmail.com',
url = 'https://github.com/aron0093/cytopath',
download_url = 'https://github.com/aron0093/cytopath/archive/v_019.tar.gz',
download_url = 'https://github.com/aron0093/cytopath/archive/v_020.tar.gz',
keywords = ['Trajectory Inference', 'single-cell RNA sequencing', 'RNA velocity'],
install_requires=[
'numpy>=1.20.0',
'pandas>=1.4.1',
'scipy',
'anndata',
'scvelo>=0.1.25',
'numpy==1.23.5',
'joblib',
'fastdtw',
'hausdorff',
Expand All @@ -29,6 +26,5 @@
'Intended Audience :: Science/Research',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
])

0 comments on commit 2178db2

Please sign in to comment.