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