Skip to content

Commit 1b29438

Browse files
committed
Add fsspec HTTP extras
Add fsspec's HTTPFileSystem support through http extras. pl has supported remote http file (e.g. Lightning-AI#2925), so this commit do not add new functionality.
1 parent 21b60b7 commit 1b29438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ future>=0.17.1 # required for builtins in setup.py
66
# pyyaml>=3.13
77
PyYAML>=5.1 # OmegaConf requirement >=5.1
88
tqdm>=4.41.0
9-
fsspec>=0.8.0
9+
fsspec[http]>=0.8.1
1010
tensorboard>=2.2.0

0 commit comments

Comments
 (0)