From 5f680428651b8affd3f1daf8205a9693b58f6e1f Mon Sep 17 00:00:00 2001 From: SmaranTum <98882002+SmaranTum@users.noreply.github.com> Date: Tue, 23 Aug 2022 11:17:30 +0200 Subject: [PATCH] Repair CI (Temporary solution) (#64) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd442649..e78558f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=45", + "setuptools<64", "setuptools_scm>=6.4", "wheel>=0.37", "ninja>=1.10; sys_platform != 'win32'",