Skip to content

Commit

Permalink
setup: bump fsspec/s3fs/gcsfs to 2021.5.0 (iterative#6056)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical authored May 25, 2021
1 parent aa672c5 commit 50ec64b
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 @@ -88,16 +88,16 @@ def run(self):
"python-benedict>=0.21.1",
"pyparsing==2.4.7",
"typing_extensions>=3.7.4",
"fsspec==2021.4.0",
"fsspec==2021.5.0",
"diskcache>=5.2.1",
]


# Extra dependencies for remote integrations

gs = ["gcsfs==2021.4.0"]
gs = ["gcsfs==2021.5.0"]
gdrive = ["pydrive2>=1.8.1", "six >= 1.13.0"]
s3 = ["s3fs==2021.4.0", "aiobotocore[boto3]==1.3.0"]
s3 = ["s3fs==2021.5.0", "aiobotocore[boto3]==1.3.0"]
azure = ["adlfs==0.7.1", "azure-identity>=1.4.0", "knack"]
# https://github.com/Legrandin/pycryptodome/issues/465
oss = ["oss2==2.6.1", "pycryptodome>=3.10"]
Expand Down

0 comments on commit 50ec64b

Please sign in to comment.