Skip to content

Commit

Permalink
DEP: Re-add setuptools as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Dec 27, 2023
1 parent 1b48c8a commit 2cdf12b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@ dependencies = [
"pandas>=0.25.1",
"matplotlib>=2.2.3",
"joblib>=0.14.1",
"setuptools>=68",
]

[project.optional-dependencies]
test = [
"pytest>=4.0.2",
"pytest-pylint>=0.13.0",
"nbconvert>=5.3.1",
"jupyter_client>=5.2.3",
]
test = ["pytest>=4.0.2", "pytest-pylint>=0.13.0"]

[tool.scikit-build]
wheel.expand-macos-universal-tags = true
Expand Down

0 comments on commit 2cdf12b

Please sign in to comment.