From 6726ed6516b9865353832458f89caf4408a6546c Mon Sep 17 00:00:00 2001 From: Kevin Ha Date: Wed, 23 Oct 2019 21:17:35 -0400 Subject: [PATCH] Increment pandas version requirement #2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd8ea05..f05dd2b 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def is_Numpy_installed(): packages=find_packages(), scripts=['scripts/run_folding'], install_requires=['setuptools', - 'pandas >= 0.17', + 'pandas >= 0.24', 'numpy >= 1.10.0', 'biopython >= 1.66'], entry_points={