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 d20daf0 commit fb7dd54Copy full SHA for fb7dd54
pyproject.toml
@@ -44,8 +44,8 @@ license = { text = "BSD-3-Clause" }
44
authors = [{ name = "Lorenzo Cerrone", email = "[email protected]" }]
45
46
# Required Python version and dependencies
47
-requires-python = ">=3.10"
48
-dependencies = ["fractal-tasks-core == 1.4.3"]
+requires-python = ">=3.11"
+dependencies = []
49
50
# Optional dependencies (e.g. for `pip install -e ".[dev]"`, see
51
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies)
@@ -117,3 +117,4 @@ pydantic = "==2.8.2"
117
docstring_parser = "==0.15"
118
ilastik-core = ">=1.4.2a1,<2"
119
vigra = ">=1.12.1,<2"
120
+fractal-tasks-core = "==1.4.3"
0 commit comments