Skip to content

Commit 1a31329

Browse files
committed
fix uv version and re-generate uv.lock
1 parent c4c4514 commit 1a31329

2 files changed

Lines changed: 633 additions & 631 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ grz-check = { workspace = true }
3535
[tool.uv]
3636
# Single source of truth for the uv version. CI reads this via
3737
# `astral-sh/setup-uv` (`version-file: pyproject.toml`), and uv itself
38-
# enforces it on every local invocation. (The conda `environment-dev.yml`
39-
# pin must be kept in sync by hand.)
38+
# enforces it on every local invocation. (The constraint-dependencies
39+
# below as well as conda `environment-dev.yml`pin must be kept in sync
40+
# by hand.)
4041
required-version = "==0.11.22"
4142

4243
# Centralize test/dev tool version ranges here so each package's
@@ -52,6 +53,7 @@ constraint-dependencies = [
5253
"responses ==0.25.*",
5354
"numpy >=2.1.2,<3",
5455
"ruff >=0.11.12,<1",
56+
"uv ==0.11.22"
5557
]
5658

5759
[project.optional-dependencies]

0 commit comments

Comments
 (0)