From 2fe229e24068b79f2438149681b1b5146f61eb96 Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 8 Jan 2025 11:54:07 +0900 Subject: [PATCH] =?UTF-8?q?setuptools=20=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E5=9B=BA=E5=AE=9A=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5304644..a631f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/uv.lock b/uv.lock index d7008a3..345cfbc 100644 --- a/uv.lock +++ b/uv.lock @@ -372,7 +372,7 @@ dev = [ { name = "pytest" }, { name = "python-dotenv" }, { name = "ruff" }, - { name = "setuptools", specifier = ">=75.6" }, + { name = "setuptools", specifier = "~=75.7" }, { name = "typing-extensions" }, { name = "wheel", specifier = "~=0.45.1" }, ]