Skip to content

Commit

Permalink
MINOR: [Dev][Archery] Reinstate version constraint on setuptools_scm …
Browse files Browse the repository at this point in the history
…for comment bot (apache#40162)

The comment bot depends on an internal setuptools_scm API that was changed in setuptools_scm 8.
We therefore need to reinstate the Archery version constraint that was removed in apache#40150

See example failure at https://github.com/apache/arrow/actions/runs/7976567301/job/21777437575

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
pitrou authored and thisisnic committed Mar 8, 2024
1 parent 1fb2a62 commit b9b1bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
extras = {
'benchmark': ['pandas'],
'crossbow': ['github3.py', jinja_req, 'pygit2>=1.6.0', 'requests',
'ruamel.yaml', 'setuptools_scm'],
'ruamel.yaml', 'setuptools_scm<8.0.0'],
'crossbow-upload': ['github3.py', jinja_req, 'ruamel.yaml',
'setuptools_scm'],
'docker': ['ruamel.yaml', 'python-dotenv'],
Expand Down

0 comments on commit b9b1bcb

Please sign in to comment.