Skip to content

Commit

Permalink
Remove fsspec from pin for now (could constraint to 2023.5.0)
Browse files Browse the repository at this point in the history
huggingface is pulled in for some jobs, which in turns pulls in
fsspec but with a higher version constraint of 2023.5.0.
So while the old fsspec is probably fine as a direct dependency
we cannot (generally) enforce it in all tests.

Signed-off-by: Sebastian Berg <sebastianb@nvidia.com>
  • Loading branch information
seberg committed Aug 16, 2024
1 parent c4f8547 commit 3a416aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ dependencies:
- numba==0.57.*
- numpy==1.23.*
- pandas==2.0.*
- fsspec==0.6.0
- pyarrow==16.1.0
- cupy==12.0.0 # ignored as pip constraint
- matrix:
Expand Down

0 comments on commit 3a416aa

Please sign in to comment.