Skip to content

Commit c9ddd6a

Browse files
committed
build(deps): create 2 files and update 1 file
1 parent 660487a commit c9ddd6a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# intermediate files
2+
# -------------------
3+
*.pyc
4+
5+
# data
6+
# -------------------
7+
*.pkl

.project-root

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# this file is required for inferring the project root directory
2+
# do not delete

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
torch
33

44
# --------- data science --------- #
5+
pandas
6+
scipy
57
matplotlib
68

79
# --------- utils --------- #
810
tqdm
911
ipykernel
1012
ipywidgets
13+
pyrootutils
14+
joblib

0 commit comments

Comments
 (0)