Skip to content

Commit fa54340

Browse files
committed
Merge branch 'main' into add-nxinterpretation
2 parents 4b0dce4 + e540008 commit fa54340

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ src/nexusformat/_version.py
6363

6464
# miscellaneous system files
6565
.directoryhash
66-
66+
67+
# uv
68+
uv.lock

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies = [
3838
"importlib_resources; python_version <= '3.9'",
3939
]
4040

41-
[project.optional-dependencies]
42-
testing = ["pytest"]
41+
[dependency-groups]
42+
dev = ["pytest"]
4343

4444
[project.urls]
4545
Homepage = "https://nexpy.github.io/nexpy"

0 commit comments

Comments
 (0)