Commit 3a0609b
Constrain pysb>=1.17.0 to avoid a broken legacy build path
uv resolves one consistent dependency graph across all declared
extras/groups, even ones not requested for a given sync - so the CI
unit-test job (extras: tests, reports, combine, vis) pulled in pysb via
the unrelated `doc` extra's requirement. The resolver picked pysb 1.16.0,
whose `ez_setup.py` bootstrap tries to download setuptools from a
defunct pypi.python.org URL and fails to build, both locally and on
GitHub Actions runners. pysb>=1.17.0 builds cleanly; constrain the
resolver to it without changing the public dependency ranges declared
in the `tests`/`doc` extras.
Verified: `uv sync --extra tests --extra reports --extra combine --extra
vis --group ci` now resolves and installs successfully, and the full
test suite passes (378 passed, 4 skipped) via the same recipe CI uses.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 3796674 commit 3a0609b
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
0 commit comments