Skip to content

Commit

Permalink
Drop older setuptools pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Nov 8, 2023
1 parent b43a403 commit 4b85242
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ wheel==0.37.1
# via -r -

# The following packages are considered to be unsafe in a requirements file:
setuptools==59.6.0 ; python_version < "3.7"
setuptools==68.0.0 ; python_version == "3.7.*"
setuptools==68.2.2 ; python_version > "3.7"
setuptools==68.2.2
# via
# -r -
# setuptools-scm

0 comments on commit 4b85242

Please sign in to comment.