Skip to content

Commit

Permalink
temporarily Fix arrow-build issue with newest pygit2. (#66)
Browse files Browse the repository at this point in the history
pygit2 was updated to 1.14.0 and that broke arrow-build/archery. Temporarily set the pygit2 version to 1.13.3 until a long term fix can be made.

Co-authored-by: lriggs <[email protected]>
  • Loading branch information
sgcowell and lriggs authored Jan 31, 2024
1 parent eecb9a6 commit 265758d
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 @@ -34,7 +34,7 @@
'benchmark': ['pandas'],
'docker': ['ruamel.yaml', 'python-dotenv'],
'release': ['pygithub', jinja_req, 'jira', 'semver', 'gitpython'],
'crossbow': ['github3.py', jinja_req, 'pygit2>=1.6.0', 'requests',
'crossbow': ['github3.py', jinja_req, 'pygit2==1.13.3', 'requests',
'ruamel.yaml', 'setuptools_scm'],
'crossbow-upload': ['github3.py', jinja_req, 'ruamel.yaml',
'setuptools_scm'],
Expand Down

0 comments on commit 265758d

Please sign in to comment.