-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from aron0093/development
Release v0.2.1
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
|
||
setup( | ||
name='cytopath', | ||
version='0.2.0', | ||
version='0.2.1', | ||
description='Simulation based inference of differentiation trajectories from RNA velocity fields.', | ||
license='BSD 3-Clause License', | ||
packages=find_packages(), | ||
author = 'Revant Gupta', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/aron0093/cytopath', | ||
download_url = 'https://github.com/aron0093/cytopath/archive/v_020.tar.gz', | ||
download_url = 'https://github.com/aron0093/cytopath/archive/v_021.tar.gz', | ||
keywords = ['Trajectory Inference', 'single-cell RNA sequencing', 'RNA velocity'], | ||
install_requires=[ | ||
'scvelo>=0.1.25', | ||
|