We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92df860 + e825107 commit e540008Copy full SHA for e540008
2 files changed
.gitignore
@@ -63,4 +63,6 @@ src/nexusformat/_version.py
63
64
# miscellaneous system files
65
.directoryhash
66
-
+
67
+# uv
68
+uv.lock
pyproject.toml
@@ -38,8 +38,8 @@ dependencies = [
38
"importlib_resources; python_version <= '3.9'",
39
]
40
41
-[project.optional-dependencies]
42
-testing = ["pytest"]
+[dependency-groups]
+dev = ["pytest"]
43
44
[project.urls]
45
Homepage = "https://nexpy.github.io/nexpy"
0 commit comments