Skip to content

Experiment runtime: sktime==0.26.0 incompatible with dask>=2025 #274

Description

@amotl

Problem

The version of sktime that is used within the code examples, probably defined by PyCaret, is not compatible with newer versions of Dask.

Details

  File "/home/runner/work/mlflow-cratedb/mlflow-cratedb/.venv/lib/python3.11/site-packages/sktime/datatypes/_series/_check.py", line 353, in check_dask_series
    return check_dask_frame(
           ^^^^^^^^^^^^^^^^^
  File "/home/runner/work/mlflow-cratedb/mlflow-cratedb/.venv/lib/python3.11/site-packages/sktime/datatypes/_adapter/dask_to_pd.py", line 137, in check_dask_frame
    if not isinstance(obj, dask.dataframe.core.DataFrame):
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'dask.dataframe.core' has no attribute 'DataFrame'
tests/test_examples.py::test_tracking_pycaret FAILED

-- CI run #23667852704

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesConcerns of dependencies.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions