Skip to content

Commit 7047ea0

Browse files
authored
Merge pull request #133 from iterative/isidentical-patch-1
setup: relax the fsspec requirement
2 parents abe7655 + b400db1 commit 7047ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"pyOpenSSL >= 19.1.0",
3434
],
3535
extras_require={
36-
"fsspec": ["fsspec == 2021.07.0", "tqdm >= 4.0.0", "funcy >= 1.14"],
36+
"fsspec": ["fsspec >= 2021.07.0", "tqdm >= 4.0.0", "funcy >= 1.14"],
3737
"tests": tests_requirements,
3838
},
3939
)

0 commit comments

Comments
 (0)