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

fix flask dependencies #272

Merged
merged 1 commit into from
Dec 9, 2024
Merged

fix flask dependencies #272

merged 1 commit into from
Dec 9, 2024

Conversation

wistuba
Copy link
Contributor

@wistuba wistuba commented Dec 8, 2024

Reference Issues/PRs

Fixes #271

What does this implement/fix? Explain your changes.

downgrade setuptools requirement to avoid build failures

Any other comments?

Tested changes on all flask problems with

python -m swebench.harness.run_evaluation --predictions_path gold --max_workers 1 --dataset princeton-nlp/SWE-bench --run_id gold --cache_level instance --instance_ids pallets__flask-4045 pallets__flask-4074 pallets__flask-4160 pallets__flask-4169 pallets__flask-4544 pallets__flask-4575 pallets__flask-4642 pallets__flask-4935 pallets__flask-4992 pallets__flask-5014 pallets__flask-5063

All images build and all instances are resolved with gold patch:

Total instances: 11
Instances submitted: 11
Instances completed: 11
Instances incomplete: 0
Instances resolved: 11
Instances unresolved: 0
Instances with empty patches: 0
Instances with errors: 0
Unstopped containers: 0
Unremoved images: 11

@john-b-yang john-b-yang merged commit ea9d673 into swe-bench:main Dec 9, 2024
1 check passed
@wistuba wistuba deleted the patch-3 branch December 9, 2024 20:01
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.

images don't build for some flask problems
2 participants