Skip to content

Commit af01676

Browse files
committed
Pin numpy < 2
1 parent 1ae7f16 commit af01676

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
@@ -26,7 +26,7 @@ authors = [
2626

2727
# Required Python version and dependencies
2828
requires-python = ">=3.9"
29-
dependencies = ["fractal-tasks-core == 1.3.3", "scikit-image"]
29+
dependencies = ["fractal-tasks-core == 1.3.3", "scikit-image", "numpy < 2"]
3030

3131
# Optional dependencies (e.g. for `pip install -e ".[dev]"`, see
3232
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies)

0 commit comments

Comments
 (0)