Skip to content

Commit

Permalink
Move s3fs to cloud extras (#15729)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Antiga <luca@lightning.ai>
(cherry picked from commit dd75906)
  • Loading branch information
lantiga authored and Borda committed Nov 21, 2022
1 parent 0e6a3a3 commit 23ec3c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements/app/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ typing-extensions>=4.0.0, <=4.4.0
deepdiff>=5.7.0, <=5.8.1
starsessions>=1.2.1, <2.0 # strict
fsspec>=2022.5.0, <=2022.7.1
s3fs>=2022.5.0, <2022.8.3
croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more robust.
traitlets>=5.3.0, <=5.4.0
arrow>=1.2.0, <1.2.4
Expand Down
1 change: 1 addition & 0 deletions requirements/app/cloud.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
redis>=4.0.1, <=4.2.4
docker>=5.0.0, <=5.0.3
s3fs>=2022.5.0, <2022.8.3
# setuptools==59.5.0

0 comments on commit 23ec3c4

Please sign in to comment.