mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
do not use setuptools_scm at runtime
This commit is contained in:
parent
9bc61a656c
commit
e6078357d2
2 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,3 @@
|
||||||
from setuptools_scm import get_version
|
|
||||||
|
|
||||||
try:
|
|
||||||
__version__ = get_version(root="..", relative_to=__file__)
|
|
||||||
except Exception:
|
|
||||||
try:
|
try:
|
||||||
from aider.__version__ import __version__
|
from aider.__version__ import __version__
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
|
@ -25,7 +25,6 @@ importlib_resources
|
||||||
pyperclip
|
pyperclip
|
||||||
pexpect
|
pexpect
|
||||||
json5
|
json5
|
||||||
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