Skip to content

Remove upper bound for fsspec #7326

@fellhorn

Description

@fellhorn

Describe the bug

As also raised by @cyyever in #7296 and @NeilGirdhar in d546883#commitcomment-140952162 , datasets has a problematic version constraint on fsspec.

In our case this causes (unnecessary?) troubles due to a race condition bug in that version of the corresponding gcsfs plugin, that causes deadlocks: fsspec/gcsfs#643

We just use a version override to ignore the constraint from datasets, but imho the version constraint could just be removed in the first place?

The last few PRs bumping the upper bound were basically uneventful:

Steps to reproduce the bug

Expected behavior

Installing fsspec>=2024.10.0 along datasets should be possible without overwriting constraints.

Environment info

All recent datasets versions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions