Skip to content

Commit

Permalink
Python upgrade 3.7->3.9(.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 31, 2022
1 parent 658473f commit 9eea44c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
include_package_data=True,
install_requires=[
'networkx==2.4',
'numpy==1.19.0',
'scipy==1.4.1',
'pandas==1.0.1',
'numpy==1.22.0',
'scipy==1.9.3',
'pandas==1.5.1',
'pcst-fast==1.0.7',
'statsmodels==0.11.0',
'statsmodels==0.13.0',
'python-louvain==0.14'],
entry_points = {
"console_scripts": [
Expand Down

0 comments on commit 9eea44c

Please sign in to comment.