From 2b9ddcc4d91d0c43a89263ad0275167606fa1e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Dav=C3=B3?= Date: Wed, 15 May 2024 10:39:44 +0200 Subject: [PATCH] setuptools >= 67 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ff4c8d96..18574aba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [build-system] requires = [ - "setuptools>=52", + "setuptools>=67", "wheel>=0.36", "numpy>=1.15", ] dependencies = [ - "setuptools>=52", + "setuptools>=67", "wheel>=0.36", "numpy>=1.15", ] @@ -17,4 +17,4 @@ markers = [ "gpu: tests running on GPU", "notebooks: tests for notebooks", "spark: tests that requires Spark", -] \ No newline at end of file +]