From 1e2e4a063ed008328609bbcd1eb801f150580124 Mon Sep 17 00:00:00 2001 From: Umberto Lupo Date: Wed, 8 May 2024 16:29:06 +0200 Subject: [PATCH] Add pandas to requirements --- settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.ini b/settings.ini index aadfd6a..c81fd74 100644 --- a/settings.ini +++ b/settings.ini @@ -30,7 +30,7 @@ title = %(lib_name)s audience = Developers author = Umberto Lupo and Damiano Sgarbossa author_email = umberto.lupo@epfl.ch, damiano.sgarbossa@epfl.ch -copyright = 2023 onwards, %(author)s +copyright = 2024 onwards, %(author)s description = Differentiable Pairing using Soft Scores keywords = nbdev jupyter notebook python language = English @@ -38,7 +38,7 @@ status = 3 user = Bitbol-Lab ### Optional ### -requirements = torch numpy scipy matplotlib biopython tqdm +requirements = torch numpy scipy matplotlib biopython tqdm pandas conda_requirements = pytorch dev_requirements = nbdev black jupyter pre-commit # console_scripts =