File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ webdav4[fsspec]==0.10.0
1111# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
1212morefs [asynclocalfs ]== 0.2.2
1313dvc == 3.55.2
14- huggingface_hub == 0.24.6
15- lakefs-spec == 0.10 .0
14+ huggingface_hub == 0.25.2
15+ lakefs-spec == 0.11 .0
1616ossfs == 2023.12.0
1717fsspec-xrootd == 0.4.0
1818wandbfs == 0.0.2
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ def _get_kwargs_from_urls(path):
572572
573573class HfFileSystemFlavour (AbstractFileSystemFlavour ):
574574 __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
575- __orig_version__ = '0.24.6 '
575+ __orig_version__ = '0.25.2 '
576576 protocol = ('hf' ,)
577577 root_marker = ''
578578 sep = '/'
@@ -588,7 +588,7 @@ class JupyterFileSystemFlavour(AbstractFileSystemFlavour):
588588
589589class LakeFSFileSystemFlavour (AbstractFileSystemFlavour ):
590590 __orig_class__ = 'lakefs_spec.spec.LakeFSFileSystem'
591- __orig_version__ = '0.10 .0'
591+ __orig_version__ = '0.11 .0'
592592 protocol = ('lakefs' ,)
593593 root_marker = ''
594594 sep = '/'
You can’t perform that action at this time.
0 commit comments