Skip to content

Commit

Permalink
Add fsspec HTTP extras
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tarepan committed Oct 30, 2020
1 parent 21b60b7 commit 1b29438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ future>=0.17.1 # required for builtins in setup.py
# pyyaml>=3.13
PyYAML>=5.1 # OmegaConf requirement >=5.1
tqdm>=4.41.0
fsspec>=0.8.0
fsspec[http]>=0.8.1
tensorboard>=2.2.0

0 comments on commit 1b29438

Please sign in to comment.