Skip to content

Commit 8e6684e

Browse files
committed
build: drop version specifiers for dev
1 parent 2d0d476 commit 8e6684e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ gridplayer = "gridplayer.__main__:main"
5151
[dependency-groups]
5252
dev = [
5353
"keepachangelog==2.0.0",
54-
"rumdl>=0.2.49",
55-
"pre-commit>=2.15.0",
56-
"pytest>=7.1.2",
57-
"ruff (>=0.14.10,<0.15.0)",
54+
"pre-commit",
55+
"pytest",
56+
"ruff",
57+
"rumdl",
5858
]
5959

6060
[tool.uv.build-backend]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)