Skip to content

Commit

Permalink
uv sync --upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 27, 2024
1 parent b08e72a commit 9e42eda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ Discord = "https://discord.gg/shiguredo"
# - https://setuptools.pypa.io/en/latest/build_meta.html
# - setuptools の build-system サポートについて解説されていて参考になる
[build-system]
requires = ["setuptools>=75.1", "wheel~=0.44.0"]
requires = ["setuptools>=75.6", "wheel~=0.45.1"]
build-backend = "setuptools.build_meta"

[tool.uv]
python-preference = "only-managed"
dev-dependencies = [
"nanobind~=2.2.0",
"setuptools>=75.1",
"build~=1.2.2",
"wheel~=0.44.0",
"typing-extensions>=4.12",
"python-dotenv>=1.0",
"setuptools>=75.6",
"build~=1.2.2.post1",
"wheel~=0.45.1",
"typing-extensions",
"python-dotenv",
"numpy>=2.1",
"httpx>=0.27",
"httpx",
"pytest",
"ruff",
"mypy",
Expand Down
18 changes: 9 additions & 9 deletions uv.lock

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

0 comments on commit 9e42eda

Please sign in to comment.