Skip to content

Commit

Permalink
Fix some more dep version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jvolkman committed Oct 11, 2023
1 parent 3090bdc commit 2dc4de2
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
Expand Up @@ -7,7 +7,7 @@ name = "repairwheel"
version = "0.2.6"
description = "Repair any wheel, anywhere"
readme = "README.md"
requires-python = ">= 3.7"
requires-python = ">= 3.8"
license.file = "LICENSE"
classifiers = [
"License :: OSI Approved :: MIT License",
Expand All @@ -25,7 +25,6 @@ urls.homepage = "https://github.com/jvolkman/repairwheel"

dependencies = [
"delvewheel >= 1.3.6",
"importlib_metadata; python_version < \"3.8\"",
"macholib >= 1.16",
"packaging >= 20.9",
"pyelftools >= 0.24",
Expand Down

0 comments on commit 2dc4de2

Please sign in to comment.