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 c4c4514 commit 1a31329Copy full SHA for 1a31329
2 files changed
pyproject.toml
@@ -35,8 +35,9 @@ grz-check = { workspace = true }
35
[tool.uv]
36
# Single source of truth for the uv version. CI reads this via
37
# `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.)
+# enforces it on every local invocation. (The constraint-dependencies
+# below as well as conda `environment-dev.yml`pin must be kept in sync
40
+# by hand.)
41
required-version = "==0.11.22"
42
43
# Centralize test/dev tool version ranges here so each package's
@@ -52,6 +53,7 @@ constraint-dependencies = [
52
53
"responses ==0.25.*",
54
"numpy >=2.1.2,<3",
55
"ruff >=0.11.12,<1",
56
+ "uv ==0.11.22"
57
]
58
59
[project.optional-dependencies]
0 commit comments