From 97efba23316dd20817909e32c11e93b158af3c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Tue, 8 Oct 2024 10:20:53 +0200 Subject: [PATCH] add setuptools-scm to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a782afd2..5bcf2967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "Jinja2>=2.8", "Pebble>=4.6.0", "NEURON>=7.8", + "setuptools_scm>=8.0", ] classifiers = [ "Development Status :: 5 - Production/Stable",