Skip to content

Commit dfa18d5

Browse files
authored
tweak version pins and setuptools-scm
allows upstream installs in concert with upstream dask
1 parent d8e3fd2 commit dfa18d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">=3.10"
2828
dependencies = [
2929
"click >= 8.0",
3030
"cloudpickle >= 3.0.0",
31-
"dask == 2025.11.0",
31+
"dask >=2025.11.0<2025.11.1",
3232
"jinja2 >= 2.10.3",
3333
"locket >= 1.0.0",
3434
"msgpack >= 1.0.2",
@@ -113,6 +113,7 @@ add_imports = ["from __future__ import annotations"]
113113

114114
[tool.setuptools_scm]
115115
version_file = "distributed/_version.py"
116+
version_scheme = "post-version"
116117

117118
[tool.pytest.ini_options]
118119
addopts = '''

0 commit comments

Comments
 (0)