Skip to content

Commit 7a1e727

Browse files
authored
Merge pull request #154 from astronomy-commons/issue/153
pin fsspec
2 parents 3c40234 + 8036b40 commit 7a1e727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dynamic = ["version"]
1818
requires-python = ">=3.8"
1919
dependencies = [
2020
"astropy",
21-
"fsspec", # Used for abstract filesystems
21+
"fsspec<=2023.9.2", # Used for abstract filesystems
2222
"healpy",
2323
"numba",
2424
"pandas",

0 commit comments

Comments
 (0)