mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
update +setuptools_scm version
This commit is contained in:
parent
d629ff4a76
commit
df7b181560
3 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,4 +9,5 @@ dist/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
_site
|
_site
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
aider/__version__.py
|
||||||
|
|
|
@ -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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue