diff --git a/setup.py b/setup.py index 8630044..1a80df8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,8 @@ "scikit-learn==0.22.1", "umap-learn==0.4.4", "plotly==4.14.3", - "kaleido==0.1.0" + "kaleido==0.1.0", + "pandas==1.0.3" ], entry_points={ "console_scripts": ["ALLSorts=ALLSorts.allsorts:run"]