Skip to content

Commit 0832b0f

Browse files
committed
build: Add lib: matplotlib
- Ignores Slurm outputs
1 parent 34a68ff commit 0832b0f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ __pycache__
1313
*.mat
1414
*.m
1515
*.gz
16-
*.txt
17-
*COPYING
16+
*COPYING
17+
18+
# Slurm
19+
*.err
20+
*.out

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
opencv-python
22
submitit
3-
tqdm
3+
tqdm
4+
matplotlib

0 commit comments

Comments
 (0)