From 3eceeea3e8a467252d406070bb08b789dbad1d4c Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Mon, 1 Nov 2021 19:17:52 +0545 Subject: [PATCH] Remove python 3.10 restriction for pyarrow Pyarrow 6 is now available for Python 3.10. Fixes https://github.com/iterative/dvc/issues/6878. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 544cdc68f6..62321ba687 100644 --- a/setup.cfg +++ b/setup.cfg @@ -102,7 +102,7 @@ azure = gdrive = pydrive2[fsspec]>=1.9.4 gs = gcsfs==2021.10.1 hdfs = - fsspec[arrow]; python_version < '3.10' + fsspec[arrow] oss = ossfs==2021.8.0 s3 = s3fs==2021.10.1