From 9008a556d0b80b7494d60c31fc621b0fdd088fdb Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Wed, 31 Jan 2024 18:33:16 +0100 Subject: [PATCH] Unpin fsspec --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0b7be13..56c0145f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): install_requires += (["dask"],) install_requires += (["distributed"],) install_requires += (["zarr>=2.8.1"],) -install_requires += (["fsspec[s3]>=0.8,!=2021.07.0,<2023.09.0"],) +install_requires += (["fsspec[s3]>=0.8,!=2021.07.0"],) # See https://github.com/fsspec/filesystem_spec/issues/819 install_requires += (["aiohttp<4"],) install_requires += (["requests"],)