Skip to content

Add cloudpickle to core dependencies#270

Merged
AlexanderFengler merged 1 commit intomainfrom
add-cloupickle
Mar 31, 2026
Merged

Add cloudpickle to core dependencies#270
AlexanderFengler merged 1 commit intomainfrom
add-cloupickle

Conversation

@AlexanderFengler
Copy link
Copy Markdown
Member

Summary

  • cloudpickle is imported unconditionally at module level in ssms/dataset_generators/lan_mlp.py but was missing from pyproject.toml core dependencies
  • This causes ImportError on fresh pip install ssm-simulators (without mlflow)
  • CI never caught it because mlflow-skinny transitively installs cloudpickle via the dev extras

Test plan

  • pip install ssm-simulators in a clean venv, then import ssms succeeds
  • Existing tests still pass

🤖 Generated with Claude Code

cloudpickle is imported unconditionally at module level in
ssms/dataset_generators/lan_mlp.py but was missing from
pyproject.toml dependencies, causing ImportError on fresh installs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 92.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexanderFengler AlexanderFengler merged commit f32b6f6 into main Mar 31, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant