Skip to content

Commit 858d17a

Browse files
committed
Re-add setuptools-scm dependency
Only `labscript_utils.versions.get_version` requires it, and it could be removed, but zprocess requires the package anyway so may as well keep the functionality.
1 parent 946e1e5 commit 858d17a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
"qtutils>=2.2.3",
3939
"scipy",
4040
"zprocess>=2.18.0",
41+
"setuptools_scm>=4.1.0",
4142
]
4243
dynamic = ["version"]
4344

0 commit comments

Comments
 (0)