Skip to content

Commit

Permalink
Fix fsspec import during build-doc Lightning-AI#5329
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Jan 2, 2021
1 parent 77bf8c1 commit 383e40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- future>=0.17.1
- PyYAML>=5.1
- tqdm>=4.41.0
- fsspec>=0.8.0
- fsspec[http]>=0.8.1
#- tensorboard>=2.2.0 # not needed, already included in pytorch

# Optional
Expand Down
1 change: 1 addition & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ sphinx-autodoc-typehints
sphinx-paramlinks<0.4.0
sphinx-togglebutton
sphinx-copybutton
fsspec[http]

0 comments on commit 383e40e

Please sign in to comment.