We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once root issue is fixed, remove temporary pin of fsspec < 2023.9.0 introduced by:
Related to issue:
After investigation, I think the root issue is related to the new glob behavior with double asterisk ** they have introduced in:
**
The text was updated successfully, but these errors were encountered:
fsspec>=2023.9.0
add a prevailing library user
e69b66c
I inadvertently found out that the data tool of the most popular Deep Learning/Transformer library also relies on `fsspec` and I think its popularity deserves this PR :) huggingface/datasets#6214 https://github.com/search?q=repo%3Ahuggingface%2Fdatasets%20fsspec&type=code
mariosasko
Successfully merging a pull request may close this issue.
Once root issue is fixed, remove temporary pin of fsspec < 2023.9.0 introduced by:
Related to issue:
After investigation, I think the root issue is related to the new glob behavior with double asterisk
**
they have introduced in:**
support fsspec/filesystem_spec#1329The text was updated successfully, but these errors were encountered: