-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
setup( | ||
name='PyWGCNA', # the name of your package | ||
packages=['PyWGCNA'], # same as above | ||
version='2.0.0', # version number | ||
version='2.0.1', # version number | ||
license='MIT', # license type | ||
description='PyWGCNA is a Python package designed to do Weighted correlation network analysis (WGCNA)', | ||
# short description | ||
author='Narges Rezaie', # your name | ||
author_email='[email protected]', # your email | ||
url='https://github.com/mortazavilab/PyWGCNA', # url to your git repo | ||
download_url='https://github.com/mortazavilab/PyWGCNA/archive/refs/tags/v2.0.0.zip', # link to the tar.gz file associated with this release | ||
download_url='https://github.com/mortazavilab/PyWGCNA/archive/refs/tags/v2.0.1.zip', # link to the tar.gz file associated with this release | ||
keywords=['PyWGCNA', 'WGCNA', 'bulk', 'gene clustering', 'network analysis'], # | ||
install_requires=[ # these can also include >, <, == to enforce version compatibility | ||
'pandas>=2.1.0', # make sure the packages you put here are those NOT included in the | ||
|