diff --git a/setup.py b/setup.py index 97a53e3..5d999ba 100644 --- a/setup.py +++ b/setup.py @@ -259,6 +259,7 @@ def build_extensions(self): "numpy>=1.16.6", "scikit-learn>=0.20", "scipy", + "pandas", "cython", "numba", "umap-learn" @@ -268,4 +269,4 @@ def build_extensions(self): }, ext_modules=extensions, cmdclass={"build_ext": MyBuildExt}, -) \ No newline at end of file +)