Skip to content

Commit 277b439

Browse files
committed
Bump setuptools version
Building locally I saw this message: ``` /home/jepler/.espressif/python_env/idf4.4_py3.9_env/lib/python3.9/site-packages/setuptools_scm/integration.py:27: RuntimeWarning: ERROR: setuptools==44.1.1 is used in combination with setuptools_scm>=6.x Your build configuration is incomplete and previously worked by accident! setuptools_scm requires setuptools>=45 ``` For some reason this dependency is not automatically met, e.g., by setuptools_scm specifying a versioned dependency itself! So specify it here.
1 parent 8bdbe03 commit 277b439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ isort
55
twine
66
wheel
77
astroid
8-
setuptools
8+
setuptools>=45
99
setuptools_scm
1010

1111
# For sphinx

0 commit comments

Comments
 (0)