Commit 3e6360e
authored
ci: pin setuptools<81 to retain pkg_resources for pyewts build
setuptools 81 (July 2025) removed the implicit bundling of
pkg_resources, which pyewts 0.2.0's setup.py imports at build time.
Upgrading setuptools on CI moved the runner from a working 79.x
to a 82.x that breaks the install. Pinning <81 keeps the build
working without touching runtime dependencies or requirements.txt.1 parent 6f24564 commit 3e6360e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments