-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
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
NeilGirdhar, cyyever and skshetry
Metadata
Metadata
Assignees
Labels
No labels