princeton-nlp / SWE-bench

[ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues?
https://www.swebench.com
MIT License
1.45k stars 240 forks source link

Fix astropy installation after setuptools updated to 70.0.0 #129

Closed carlosejimenez closed 1 month ago

carlosejimenez commented 1 month ago

Reference Issues/PRs

Fixes #127

What does this implement/fix? Explain your changes.

This adds a pre_install step to astropy/astropy instances to fix the pyproject.toml requirement for setuptools to version 68.0.0. After the update of setuptools to 70.0.0, the build breaks. This should fix recent astropy/astropy installation problems. Looking into other issues for Django, etc..

Any other comments?

🧡 Thanks for contributing!