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 0a36e36 commit 9241f67Copy full SHA for 9241f67
βpyproject.tomlβ
@@ -32,10 +32,10 @@ expr_simplifier = "expr_simplifier.__main__:main"
32
33
[dependency-groups]
34
dev = [
35
- "pyright>=1.1.386",
36
- "ruff>=0.7.1",
37
- "pytest>=8.3.3",
38
- "pytest-rerunfailures>=14.0",
+ "pyright>=1.1.403",
+ "ruff>=0.12.5",
+ "pytest>=8.4.1",
+ "pytest-rerunfailures>=15.1",
39
]
40
41
[tool.pyright]
@@ -83,5 +83,5 @@ combine-as-imports = true
83
python_files = ["tests/*.py", "tests/**/*.py"]
84
85
[build-system]
86
-requires = ["hatchling"]
87
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.8.3,<0.9.0"]
+build-backend = "uv_build"
0 commit comments