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
11
11
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
12
12
morefs [asynclocalfs ]== 0.2.2
13
13
dvc == 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
16
16
ossfs == 2023.12.0
17
17
fsspec-xrootd == 0.4.0
18
18
wandbfs == 0.0.2
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ def _get_kwargs_from_urls(path):
572
572
573
573
class HfFileSystemFlavour (AbstractFileSystemFlavour ):
574
574
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
575
- __orig_version__ = '0.24.6 '
575
+ __orig_version__ = '0.25.2 '
576
576
protocol = ('hf' ,)
577
577
root_marker = ''
578
578
sep = '/'
@@ -588,7 +588,7 @@ class JupyterFileSystemFlavour(AbstractFileSystemFlavour):
588
588
589
589
class LakeFSFileSystemFlavour (AbstractFileSystemFlavour ):
590
590
__orig_class__ = 'lakefs_spec.spec.LakeFSFileSystem'
591
- __orig_version__ = '0.10 .0'
591
+ __orig_version__ = '0.11 .0'
592
592
protocol = ('lakefs' ,)
593
593
root_marker = ''
594
594
sep = '/'
You can’t perform that action at this time.
0 commit comments