Skip to content

Commit

Permalink
Merge pull request #509 from fractal-analytics-platform/fsspec_version
Browse files Browse the repository at this point in the history
Add constraint for fsspec version (ref #508)
  • Loading branch information
tcompa authored Sep 4, 2023
2 parents 347a6df + 86dccef commit 3b4963c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Add tests for `overwrite`-related task behaviors (\#499).
* Introduce mock-up of `napari_skimage_regionprops` package, for testing of
`napari_workflows_wrapper` task (\#499).
* Require `fsspec` version to be `<=2023.6` (\#509).

# 0.10.1

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ documentation = "https://fractal-tasks-core.readthedocs.io"
# Required dependencies
python = "^3.9"
dask = ">=2023.1.0"
fsspec = "<=2023.6"
zarr = ">=2.13.6,<3"
numpy = "<2"
pandas = ">=1.2.0,<2"
Expand Down

0 comments on commit 3b4963c

Please sign in to comment.