Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit c325ba2

Browse files
authored
admin/ignore-fsspec-2022.7.0 (#424)
Ignore fsspec 2022.7.0 in deps
1 parent b42b747 commit c325ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run(self):
9898

9999
requirements = [
100100
"dask[array]>=2021.4.1",
101-
"fsspec>=2021.4.0",
101+
"fsspec>=2021.4.0,!=2022.7.0",
102102
"imagecodecs>=2020.5.30",
103103
"lxml>=4.6,<5",
104104
"numpy>=1.16,<2",

0 commit comments

Comments
 (0)