Skip to content

Commit

Permalink
fix setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
juice500ml committed Aug 28, 2024
1 parent 898befa commit a8a25c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

requirements = {
"install": [
"setuptools>=38.5.1",
"setuptools>=38.5.1,<74.0.0",
"packaging",
"configargparse>=1.2.1",
"typeguard",
Expand Down

0 comments on commit a8a25c7

Please sign in to comment.