Skip to content
Snippets Groups Projects
Commit 2568b49d authored by Jason Barbour's avatar Jason Barbour
Browse files

Update setup.py

parent 163c784f
No related branches found
No related tags found
1 merge request!2Update setup.py
...@@ -20,23 +20,23 @@ setup( ...@@ -20,23 +20,23 @@ setup(
install_requires=[ install_requires=[
"Cython==0.29.32", "Cython==0.29.32",
"igraph==0.10.2", "igraph==0.10.2",
"jax==0.4.1; platform_system!='Windows'", "jax==0.4.23; platform_system!='Windows'",
"jaxlib==0.4.1; platform_system!='Windows'", "jaxlib==0.4.23; platform_system!='Windows'",
"networkx==2.8.8", "networkx==2.8.8",
"numpy==1.23.3", "numpy==1.26.4",
"opt-einsum==3.3.0", "opt-einsum==3.3.0",
"packaging==22.0", "packaging==22.0",
"pandas==1.5.2", "pandas==2.2.2",
"patsy==0.5.3", "patsy==0.5.3",
"python-dateutil==2.8.2", "python-dateutil==2.8.2",
"pytz==2022.7", "pytz==2022.7",
"scipy==1.9.3", "scipy==1.13.0",
"six==1.16.0", "six==1.16.0",
"statsmodels==0.13.5", "statsmodels==0.14.0",
"tabulate==0.8.9", "tabulate==0.8.9",
"texttable==1.6.7", "texttable==1.6.7",
"python-louvain==0.16", "python-louvain==0.16",
"matplotlib==3.6.0", "matplotlib==3.6.0",
"seaborn==0.12.1" "seaborn==0.13.2"
], ],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment