Skip to content

Commit 844f9eb

Browse files
mvansegbroeckclaude
andcommitted
Remove README/requirements.txt and inline pip install in notebook
Move required dependencies (matplotlib, seaborn) into a pip install cell in the notebook. Remove README and requirements.txt from tracking. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d1371d7 commit 844f9eb

3 files changed

Lines changed: 8 additions & 84 deletions

File tree

nemo/data-flywheel/e2e-llm-evaluation/README.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

nemo/data-flywheel/e2e-llm-evaluation/clinical_triage_pipeline.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
"## ⚙️ Setup"
3131
]
3232
},
33+
{
34+
"cell_type": "code",
35+
"source": "!pip install matplotlib seaborn",
36+
"metadata": {},
37+
"execution_count": null,
38+
"outputs": []
39+
},
3340
{
3441
"cell_type": "code",
3542
"execution_count": null,
@@ -718,4 +725,4 @@
718725
},
719726
"nbformat": 4,
720727
"nbformat_minor": 4
721-
}
728+
}

nemo/data-flywheel/e2e-llm-evaluation/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)