Skip to content

Commit 9eea44c

Browse files
author
root
committed
Python upgrade 3.7->3.9(.6)
1 parent 658473f commit 9eea44c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
include_package_data=True,
2222
install_requires=[
2323
'networkx==2.4',
24-
'numpy==1.19.0',
25-
'scipy==1.4.1',
26-
'pandas==1.0.1',
24+
'numpy==1.22.0',
25+
'scipy==1.9.3',
26+
'pandas==1.5.1',
2727
'pcst-fast==1.0.7',
28-
'statsmodels==0.11.0',
28+
'statsmodels==0.13.0',
2929
'python-louvain==0.14'],
3030
entry_points = {
3131
"console_scripts": [

0 commit comments

Comments
 (0)