From 7b3443c71a172cd578f90e808c0ce3a57e6f869d Mon Sep 17 00:00:00 2001 From: Flora Thiebaut Date: Tue, 15 Oct 2024 16:16:07 +0200 Subject: [PATCH] build: update dependencies --- environment.yml | 15 +++------------ requirements.txt | 11 +++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/environment.yml b/environment.yml index db7c4c3..e3d7ee6 100644 --- a/environment.yml +++ b/environment.yml @@ -9,16 +9,7 @@ name: "base" channels: - conda-forge # Update the list of packages here -dependencies: - - pandas - - numpy - - scipy - - scikit-learn - - plotly - - pytorch - - transformers - - pytorch-lightning - - matplotlib - - seaborn - - tqdm +# dependencies: +# - add packages here +# - one per line prefix: "/opt/conda" diff --git a/requirements.txt b/requirements.txt index e69de29..58f2af4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,11 @@ +pandas +numpy +scipy +scikit-learn +plotly +torch +transformers +pytorch-lightning +matplotlib +seaborn +tqdm