Skip to content

Commit 0988933

Browse files
authored
MINOR: [Dev][Archery] Reinstate version constraint on setuptools_scm for comment bot (#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 #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>
1 parent 47f15b0 commit 0988933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/archery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
extras = {
3131
'benchmark': ['pandas'],
3232
'crossbow': ['github3.py', jinja_req, 'pygit2>=1.6.0', 'requests',
33-
'ruamel.yaml', 'setuptools_scm'],
33+
'ruamel.yaml', 'setuptools_scm<8.0.0'],
3434
'crossbow-upload': ['github3.py', jinja_req, 'ruamel.yaml',
3535
'setuptools_scm'],
3636
'docker': ['ruamel.yaml', 'python-dotenv'],

0 commit comments

Comments
 (0)