Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.ipynb -linguist-detectable
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,6 @@ casa-*.log
# Archive (keep structure but ignore if regenerated)
archive/
CLAUDE.md
# pixi environments
.pixi/*
!.pixi/config.toml
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ gpu = [
"torchvision>=0.15.0", # Required for SAM2 image segmentation models
"transformers>=4.40.0",
"monai>=1.3.0",
"numba>=0.59", # monai transitive dep; >=0.59 required for Python 3.12
"kornia", # GPU-accelerated transforms
"psutil>=5.9.0", # Memory monitoring
]
Expand All @@ -75,8 +76,8 @@ mps = [

# CASA tools for MS handling (always needed)
casa = [
"casatools>=6.5.0",
"casatasks>=6.5.0",
"casatools>=6.7.0",
"casatasks>=6.7.0",
]

# Interactive visualization (HoloViz stack for large MS exploration)
Expand Down