Skip to content

Commit

Permalink
auditwheel 結局使っていない記憶がある
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 15, 2024
1 parent 4f95c93 commit 196ea92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ Discord = "https://discord.gg/shiguredo"
# - https://setuptools.pypa.io/en/latest/build_meta.html
# - setuptools の build-system サポートについて解説されていて参考になる
[build-system]
requires = ["setuptools>=75.0", "wheel~=0.44.0"]
requires = ["setuptools>=75.1", "wheel~=0.44.0"]
build-backend = "setuptools.build_meta"

[tool.uv]
python-preference = "only-managed"
dev-dependencies = [
"nanobind~=2.2.0",
"setuptools>=75.0",
"setuptools>=75.1",
"build~=1.2.2",
"wheel~=0.44.0",
"auditwheel~=6.1.0",
# "auditwheel~=6.1.0",
"ruff>=0.6",
"typing-extensions>=4.12",
"pytest>=8.3",
Expand Down
26 changes: 1 addition & 25 deletions uv.lock

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

0 comments on commit 196ea92

Please sign in to comment.