Skip to content

Commit

Permalink
Upgrade setuptools and move wheel package to build system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 13, 2024
1 parent 2764c01 commit 1b9d69d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
requires = ["setuptools>=74", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -29,7 +29,6 @@ scipy = "*"
shapely = "*"
ssqueezepy = "*"
timezonefinder = "*"
wheel = "*"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 1b9d69d

Please sign in to comment.