We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed3b2c commit 353e4cfCopy full SHA for 353e4cf
setup.py
@@ -88,17 +88,17 @@ def run(self):
88
"python-benedict>=0.21.1",
89
"pyparsing==2.4.7",
90
"typing_extensions>=3.7.4",
91
- "fsspec==0.8.7",
+ "fsspec==0.9.0",
92
"diskcache>=5.2.1",
93
]
94
95
96
# Extra dependencies for remote integrations
97
98
-gs = ["gcsfs==0.7.2"]
+gs = ["gcsfs==0.8.0"]
99
gdrive = ["pydrive2>=1.8.1", "six >= 1.13.0"]
100
s3 = ["boto3>=1.9.201"]
101
-azure = ["adlfs==0.7.0", "azure-identity>=1.4.0", "knack"]
+azure = ["adlfs==0.7.1", "azure-identity>=1.4.0", "knack"]
102
# https://github.com/Legrandin/pycryptodome/issues/465
103
oss = ["oss2==2.6.1", "pycryptodome>=3.10"]
104
ssh = ["paramiko[invoke]>=2.7.0"]
0 commit comments