Skip to content

Commit

Permalink
setup: upgrade fsspec/s3fs/gcsfs to 2021.7.0 (#6317)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Jul 15, 2021
1 parent 6275f5d commit 6c8673b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ def run(self):
"python-benedict>=0.21.1",
"pyparsing==2.4.7",
"typing_extensions>=3.7.4",
"fsspec>=2021.6.1",
"fsspec>=2021.7.0",
"diskcache>=5.2.1",
]


# Extra dependencies for remote integrations

gs = ["gcsfs==2021.6.1"]
gs = ["gcsfs==2021.7.0"]
gdrive = ["pydrive2>=1.8.1", "six >= 1.13.0"]
s3 = ["s3fs==2021.6.1", "aiobotocore[boto3]==1.3.0"]
s3 = ["s3fs==2021.7.0", "aiobotocore[boto3]==1.3.0"]
azure = ["adlfs==2021.7.0", "azure-identity>=1.4.0", "knack"]
# https://github.com/Legrandin/pycryptodome/issues/465
oss = ["ossfs==2021.7.3"]
Expand Down

0 comments on commit 6c8673b

Please sign in to comment.