From ebf2caea19351ff8eb4599ccc101dd531e0627b4 Mon Sep 17 00:00:00 2001 From: Tonylac77 Date: Sun, 3 Nov 2024 16:00:34 +0100 Subject: [PATCH] fix pandas dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7eb598..afbcf96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ hydride # For adding hydrogens to molecules biopython # For fixing broken PDBs # Data -pandas==2.0.0 +pandas>=2.0.0 seaborn matplotlib numpy \ No newline at end of file