From 7d69e064b136b65a1363ed793a7b7bf818812abf Mon Sep 17 00:00:00 2001 From: Jialue Chen Date: Sat, 27 Jul 2024 22:53:23 -0400 Subject: [PATCH] update package information --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9432375..8a1b69f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ url='https://github.com/jialuechen/pytca', packages=find_packages(), install_requires=[ - 'pandas', 'matplotlib', 'plotly', 'bokeh', 'dash', 'flask', 'pybind11', 'numpy', 'geopandas', 'sklearn', 'textblob', 'requests', 'web3' + 'pandas', 'matplotlib', 'plotly', 'bokeh', 'dash', 'flask', 'pybind11', 'numpy', 'geopandas', 'scikit-learn', 'textblob', 'requests', 'web3' ], cmdclass={'build_ext': build_ext}, )