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 +]