English
medical
brain-data
mri
jesseab commited on
Commit
3c0930a
·
1 Parent(s): f509253

Added nibabel to requirements

Browse files
Files changed (2) hide show
  1. .gitignore +5 -0
  2. requirements.txt +1 -0
.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Ignore the "runs/" directory
2
+ runs/
3
+
4
+ # Ignore macOS system files
5
+ .DS_Store
requirements.txt CHANGED
@@ -13,6 +13,7 @@ lpips
13
  # Common Python libraries
14
  pandas
15
  numpy
 
16
  tqdm
17
  tensorboard
18
  matplotlib
 
13
  # Common Python libraries
14
  pandas
15
  numpy
16
+ nibabel
17
  tqdm
18
  tensorboard
19
  matplotlib