From ecfc8529bd65b2f72413ee4843535551de4ce645 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Sat, 13 Jul 2024 01:12:24 +0200
Subject: [PATCH] chore: fix the pyproject.toml syntax [skip ci]

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index c8a88ed..1c75ef2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-    requires      = ["setuptools>=69,2.0", "wheel"]
+    requires      = ["setuptools>=69.2.0", "wheel"]
     build-backend = "setuptools.build_meta"
 
 [project]
-- 
GitLab