Skip to content

Commit

Permalink
setuptools のバージョンを固定する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 8, 2025
1 parent e55abe9 commit 2fe229e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Discord = "https://discord.gg/shiguredo"
# - https://setuptools.pypa.io/en/latest/build_meta.html
# - setuptools の build-system サポートについて解説されていて参考になる
[build-system]
requires = ["setuptools>=75.6", "wheel~=0.45.1"]
requires = ["setuptools~=75.7", "wheel~=0.45.1"]
build-backend = "setuptools.build_meta"

[tool.uv]
python-preference = "only-managed"
dev-dependencies = [
"nanobind~=2.4.0",
"setuptools>=75.6",
"setuptools~=75.7",
"build~=1.2.2.post1",
"wheel~=0.45.1",
"typing-extensions",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fe229e

Please sign in to comment.