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 d8e3fd2 commit dfa18d5Copy full SHA for dfa18d5
1 file changed
pyproject.toml
@@ -28,7 +28,7 @@ requires-python = ">=3.10"
28
dependencies = [
29
"click >= 8.0",
30
"cloudpickle >= 3.0.0",
31
- "dask == 2025.11.0",
+ "dask >=2025.11.0<2025.11.1",
32
"jinja2 >= 2.10.3",
33
"locket >= 1.0.0",
34
"msgpack >= 1.0.2",
@@ -113,6 +113,7 @@ add_imports = ["from __future__ import annotations"]
113
114
[tool.setuptools_scm]
115
version_file = "distributed/_version.py"
116
+version_scheme = "post-version"
117
118
[tool.pytest.ini_options]
119
addopts = '''
0 commit comments