Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nargesr committed Jun 27, 2024
1 parent d699554 commit 078163d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
anndata==0.10.5.post1
anndata==0.10.8
biomart==0.9.2
gseapy==1.0.5
matplotlib==3.8.2
networkx==3.2.1
numpy==1.24.4
pandas==2.2.0
pandas==2.2.2
pyvis==0.3.1
reactome2py==3.0.0
requests==2.28.1
rsrc==0.1.3
scikit_learn==1.4.0
scipy==1.12.0
seaborn==0.11.2
statsmodels==0.14.1
scikit_learn==1.5.0
scipy==1.14.0
seaborn==0.13.2
statsmodels==0.14.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
setup(
name='PyWGCNA', # the name of your package
packages=['PyWGCNA'], # same as above
version='2.0.2', # version number
version='2.0.4', # 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.2.zip', # link to the tar.gz file associated with this release
download_url='https://github.com/mortazavilab/PyWGCNA/archive/refs/tags/v2.0.4.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
Expand Down

0 comments on commit 078163d

Please sign in to comment.