Skip to content

Commit 91bcf64

Browse files
committed
bump version, fix dependency groups
1 parent 5641999 commit 91bcf64

File tree

2 files changed

+867
-1153
lines changed

2 files changed

+867
-1153
lines changed

pyproject.toml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "seml"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
description = "Slurm Experiment Management Library"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -42,13 +42,15 @@ dependencies = [
4242
"deepdiff>=7.0.1",
4343
]
4444

45-
[project.optional-dependencies]
45+
[dependency-groups]
4646
dev = [
4747
"ruff>=0.6.1",
4848
"pytest>=8.3.2",
4949
"pre-commit>=3.8.0",
5050
"filelock>=3.15.4",
5151
"sshtunnel>=0.4.0",
52+
"pyright>=1.1.407",
53+
"tuna>=0.5.11",
5254
]
5355
ssh_forward = ["sshtunnel>=0.4.0", "filelock>=3.13.3", "paramiko>=3.0,<4.0"]
5456

@@ -66,18 +68,7 @@ requires = ["hatchling"]
6668
build-backend = "hatchling.build"
6769

6870
[tool.uv]
69-
dev-dependencies = [
70-
"ruff>=0.6.1",
71-
"pytest>=8.3.2",
72-
"pre-commit>=3.8.0",
73-
"filelock>=3.15.4",
74-
"sshtunnel>=0.4.0",
75-
"build>=1.2.1",
76-
"twine>=5.1.1",
77-
"backports-tarfile>=1.2.0",
78-
"tuna>=0.5.11",
79-
"pyright>=1.1.407",
80-
]
71+
default-groups = "all"
8172

8273
[tool.ruff.format]
8374
quote-style = "single"

0 commit comments

Comments
 (0)