Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Astropy and xarray fixes #184

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

aorwall
Copy link
Contributor

@aorwall aorwall commented Jul 17, 2024

Reference Issues/PRs

See also #167

What does this implement/fix? Explain your changes.

Docker builds for astropy/astropy 1.3 and pydata/xarray 0.12 have stopped working, probably due to unpinned updated dependencies.

For astropy/astropy, I ran a script to see which versions were used at the time of the environment commit and used those. This seems to have made the tests more stable overall since now all tests pass when some, not marked as PASS_TO_PASS or FAIL_TO_PASS, didn't before. Compare this log with the current dependencies and this log where the changed dependencies where used.

pydata/xarray 0.12 fails because dask.dataframe isn't found, I added a explicit dependency to dask==2022.8.1 to fix this.

@john-b-yang
Copy link
Collaborator

Sweet, thanks so much @aorwall! Appreciate the fixes, this is very helpful! I just ran validation of the gold patches with these fixes and the original dependency issues that were popping up with the main branch code do look to be resolved.

@john-b-yang john-b-yang merged commit 4c21a48 into princeton-nlp:main Jul 18, 2024
1 check passed
sreekarmolakalapalli pushed a commit to Modelcode-ai/SWE-bench that referenced this pull request Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants