Skip to content

Commit

Permalink
update package information
Browse files Browse the repository at this point in the history
  • Loading branch information
jialuechen committed Jul 28, 2024
1 parent e1a16e5 commit 7d69e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
)
Expand Down

0 comments on commit 7d69e06

Please sign in to comment.