From 00e43e135b65889b2e8571b6ce4e5c45ced71e90 Mon Sep 17 00:00:00 2001 From: Mushahid Date: Mon, 8 May 2023 10:22:35 +0600 Subject: [PATCH] #13 Pandas version issue --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f79e11a..ce73309 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ url='https://github.com/microDM/MicFunPred', packages=['micfunpreDefinitions'], scripts=glob('scripts/*py'), - install_requires=['biopython==1.76', 'numpy','pandas','plotly==4.9.0','pyarrow'], + install_requires=['biopython==1.76', 'numpy','pandas==1.3.5','plotly==4.9.0','pyarrow'], package_data={'micfunpreDefinitions': files}, #data_files=files,