From ca0cd43fc059e40fa9e2048802cff29960595776 Mon Sep 17 00:00:00 2001 From: isabelizimm Date: Tue, 5 Sep 2023 14:12:51 -0400 Subject: [PATCH] pin fsspec less than 2023.9.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8cc5bd20..ec357c1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ zipsafe = False python_requires = >=3.7 install_requires = - fsspec>=0.8.0 + fsspec>=0.8.0,<2023.9.0 pyyaml>=3.13 xxhash>=1.0.0 pandas>=0.23.0