Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Oct 15, 2024
1 parent 971691b commit 7b3443c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
15 changes: 3 additions & 12 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pandas
numpy
scipy
scikit-learn
plotly
torch
transformers
pytorch-lightning
matplotlib
seaborn
tqdm

0 comments on commit 7b3443c

Please sign in to comment.