-
-
Notifications
You must be signed in to change notification settings - Fork 740
Closed
Labels
testsUnit tests and/or continuous integrationUnit tests and/or continuous integration
Description
All our CI jobs with python>3.10 are failing due to a dependency resolution conflict
The conflict is caused by:
The user requested fsspec 2024.3.2.dev5+g2dd9355 (from git+https://github.com/fsspec/filesystem_spec)
dask 2024.4.1+4.gb2ec1e1a depends on fsspec>=2021.09.0
s3fs 2024.3.1+2.g7ccc0a5 depends on fsspec==2024.3.1
cc @martindurant are you aware of anything that caused this hard pinning between s3fs and fsspec?
e.g. https://github.com/dask/distributed/actions/runs/8619396892/job/23704420478?pr=8610
Metadata
Metadata
Assignees
Labels
testsUnit tests and/or continuous integrationUnit tests and/or continuous integration