Skip to content

Commit

Permalink
try pinning setuptools<70
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 21, 2024
1 parent a5f8b48 commit d6f96fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install dependencies
run: |
uv pip install cython setuptools --system
uv pip install cython setuptools<70 --system
python setup.py build_ext --inplace
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ find = { include = ["chgnet*"], exclude = ["tests", "tests*"] }
"chgnet.pretrained" = ["*", "**/*"]

[build-system]
requires = ["Cython", "setuptools>=65.0", "wheel"]
requires = ["Cython", "setuptools>=65,<70", "wheel"]
build-backend = "setuptools.build_meta"

[tool.ruff]
Expand Down

0 comments on commit d6f96fe

Please sign in to comment.