diff --git a/pyproject.toml b/pyproject.toml index ebc536a..76aade4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ chi-bench = "chi_bench.cli:app" cb = "chi_bench.cli:app" [build-system] -requires = ["setuptools>=68", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools]