From 8036b40bf4ae18d92df1412090f2c2d1898d9874 Mon Sep 17 00:00:00 2001 From: Max West Date: Mon, 23 Oct 2023 13:30:21 -0700 Subject: [PATCH] pin fsspec --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42aba1b6..ad751cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dynamic = ["version"] requires-python = ">=3.8" dependencies = [ "astropy", - "fsspec", # Used for abstract filesystems + "fsspec<=2023.9.2", # Used for abstract filesystems "healpy", "numba", "pandas",