Skip to content

Commit

Permalink
Add pandas to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo committed May 8, 2024
1 parent fa28e59 commit 1e2e4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ 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
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 =

0 comments on commit 1e2e4a0

Please sign in to comment.