From 876854969f17fa93ae879c81e92d0250d1de3b61 Mon Sep 17 00:00:00 2001 From: SmaranTum <98882002+SmaranTum@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:58:07 +0200 Subject: [PATCH 1/2] Update pyproject.toml setuptools version is forced to be less than 64. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd442649..1d2595df 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'", From 5cbe5ce04f7ee28ddeef089748f879e4368e98df Mon Sep 17 00:00:00 2001 From: SmaranTum <98882002+SmaranTum@users.noreply.github.com> Date: Mon, 22 Aug 2022 20:34:06 +0200 Subject: [PATCH 2/2] Update pyproject.toml Changed a typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d2595df..e78558f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>64", + "setuptools<64", "setuptools_scm>=6.4", "wheel>=0.37", "ninja>=1.10; sys_platform != 'win32'",