This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix pandas dependency, pinned to `pandas>=1.0.0,<=1.1.4` to prevent 'pandas.errors.InvalidIndexError: Reindexing only valid with uniquely valued Index objects'. * Add min version for numpy<=1.16.5 to match pandas requirement. * Remove unused cython requirement. * Add README.md and requirements.txt to package MANIFEST.in * Bump package version and add short description to setup.py
- Loading branch information
Showing
4 changed files
with
9 additions
and
7 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
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
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
name='CellPhoneDB', | ||
author='TeichLab', | ||
author_email='[email protected]', | ||
version='2.1.6', | ||
version='2.1.7', | ||
description='Inferring cell-cell communication', | ||
long_description=long_description_readme_md, | ||
long_description_content_type='text/markdown', | ||
packages=find_packages(), | ||
|
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