Skip to content

Commit

Permalink
Bump setuptools version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jepler committed Aug 4, 2022
1 parent 8bdbe03 commit 277b439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ isort
twine
wheel
astroid
setuptools
setuptools>=45
setuptools_scm

# For sphinx
Expand Down

0 comments on commit 277b439

Please sign in to comment.