Skip to content

chore: drop unused seaborn, add scipy to requirements#11

Merged
AmirhosseinHonardoust merged 1 commit into
mainfrom
chore/requirements-hygiene
Jun 19, 2026
Merged

chore: drop unused seaborn, add scipy to requirements#11
AmirhosseinHonardoust merged 1 commit into
mainfrom
chore/requirements-hygiene

Conversation

@AmirhosseinHonardoust

Copy link
Copy Markdown
Owner

Aligns requirements.txt with actual imports.

  • Remove seaborn: not imported anywhere in src/, app.py, or tests/.
  • Add scipy: imported directly (scipy.sparse) in src/explain.py and
    app.py; previously satisfied only transitively via scikit-learn,
    which is fragile.

Verified locally:

  • 34/34 tests pass.
  • Full smoke pipeline (generate -> data_prep -> train -> evaluate ->
    score) runs clean with seaborn removed.
  • Core deps install and import in a fresh virtualenv.

@AmirhosseinHonardoust AmirhosseinHonardoust self-assigned this Jun 19, 2026
@AmirhosseinHonardoust AmirhosseinHonardoust added the enhancement New feature or request label Jun 19, 2026
@AmirhosseinHonardoust
AmirhosseinHonardoust merged commit 49d50ff into main Jun 19, 2026
8 checks passed
@AmirhosseinHonardoust
AmirhosseinHonardoust deleted the chore/requirements-hygiene branch June 19, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant