Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Added pandas as a dependency.
  • Loading branch information
ejohnson643 authored Jan 26, 2022
1 parent 590267e commit dbf4467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def build_extensions(self):
"numpy>=1.16.6",
"scikit-learn>=0.20",
"scipy",
"pandas",
"cython",
"numba",
"umap-learn"
Expand All @@ -268,4 +269,4 @@ def build_extensions(self):
},
ext_modules=extensions,
cmdclass={"build_ext": MyBuildExt},
)
)

0 comments on commit dbf4467

Please sign in to comment.