Skip to content

Commit 71f07fd

Browse files
ratalclaude
andcommitted
fix CI: pin setuptools<76 to match release builds, avoids pyproject.toml validation error
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 88b63ab commit 71f07fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21-
pip install setuptools numpy cython lxml sympy pytest
21+
pip install "setuptools>=68,<76" numpy cython lxml sympy pytest
2222
python setup.py build_ext --inplace
2323
pip install -e ".[export]"
2424
- name: Run tests

0 commit comments

Comments
 (0)