From 9eea44ce1185f54ac795d63a789941fabfed92ca Mon Sep 17 00:00:00 2001 From: root Date: Mon, 31 Oct 2022 07:54:13 +0200 Subject: [PATCH] Python upgrade 3.7->3.9(.6) --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 5e8133f..c24c5df 100644 --- a/setup.py +++ b/setup.py @@ -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": [