We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a37f0 commit 24b3262Copy full SHA for 24b3262
pyproject.toml
@@ -57,7 +57,7 @@ dependencies = [
57
"asteval>=0.9.25",
58
"cerberus>=1.3.4",
59
"cloudpickle>=1.6.0",
60
- "fsspec>=0.8.7",
+ "fsspec>=0.8.7,<2023.9.1", # v2.9.1 introduced issues, releved by unit tests
61
"gitpython>=3.1.2",
62
"jinja2>=2.11.2",
63
"matplotlib>=3.1.3",
0 commit comments