Skip to content

Commit 1dd0542

Browse files
authored
Merge pull request #38 from namurphy/specify-spec0-packages
Specify the SPEC 0 packages in `readme.md`
2 parents c6ac93b + bd609fc commit 1dd0542

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The built-in `GITHUB_TOKEN` is used by default as long as the workflow has `pull
5353

5454
For examples of before/after see [tests/test_data/pyproject.toml](./tests/test_data/pyproject.toml) and [tests/test_data/pyproject_updated.toml](./tests/test_data/pyproject_updated.toml).
5555

56+
SPEC 0 packages include `ipython`, `matplotlib`, `networkx`, `numpy`, `pandas`, `scikit-image`, `scikit-learn`, `scipy`, `xarray`, and `zarr`.
57+
5658
## Limitations
5759

5860
1. The action only tightens lower bounds and leaves upper bounds untouched. An update can produce an unsolvable environment — for example `numpy = ">=1.25.0,<2"` becomes `numpy = ">=2.0.0,<2"`. Keeping the environment solvable is out of scope; adjust upper bounds manually if needed.

0 commit comments

Comments
 (0)