Skip to content

Commit 343f5e0

Browse files
authored
Relax fsspec version (#487)
1 parent f5d39a9 commit 343f5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"asteval>=0.9.25",
5959
"cerberus>=1.3.4",
6060
"cloudpickle>=1.6.0",
61-
"fsspec>=0.8.7,<2023.9.1", # v2.9.1 introduced issues, revealed by unit tests
61+
"fsspec>=0.8.7",
6262
"gitpython>=3.1.2",
6363
"jinja2>=2.11.2",
6464
"matplotlib>=3.1.3",

0 commit comments

Comments
 (0)