From 0af18cd423763399f8bcc48cc67667d591ff3db8 Mon Sep 17 00:00:00 2001 From: Max West <110124344+maxwest-uw@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:22:32 -0700 Subject: [PATCH] pin fsspec (#151) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 31cbd801..5067110c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "pyarrow", "tqdm", "numpy < 1.25", + "fsspec <= 2023.9.2", # Remove when pyarrow updates to reflect api changes ] # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)