Skip to content

Commit

Permalink
setuptools >= 67
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo authored May 15, 2024
1 parent 496b22f commit 2b9ddcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
]
Expand All @@ -17,4 +17,4 @@ markers = [
"gpu: tests running on GPU",
"notebooks: tests for notebooks",
"spark: tests that requires Spark",
]
]

0 comments on commit 2b9ddcc

Please sign in to comment.