update +setuptools_scm version

This commit is contained in:
Paul Gauthier 2024-09-01 07:18:53 -07:00
parent d629ff4a76
commit df7b181560
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -9,4 +9,5 @@ dist/
Gemfile.lock Gemfile.lock
_site _site
.jekyll-cache/ .jekyll-cache/
.jekyll-metadata .jekyll-metadata
aider/__version__.py

View file

@ -62,7 +62,7 @@ include = ["aider*", "aider.website"]
] ]
[build-system] [build-system]
requires = ["setuptools>=68", "setuptools_scm[toml]>=6.2"] requires = ["setuptools>=68", "setuptools_scm[toml]>=8"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools_scm] [tool.setuptools_scm]

View file

@ -25,7 +25,7 @@ importlib_resources
pyperclip pyperclip
pexpect pexpect
json5 json5
setuptools_scm>=6.2 setuptools_scm>=8
# The proper depdendency is networkx[default], but this brings # The proper depdendency is networkx[default], but this brings
# in matplotlib and a bunch of other deps # in matplotlib and a bunch of other deps