OpenHands/evaluation/SWE-bench/environment.yml
Xingyao Wang 5ff96111f0
A starting point for SWE-Bench Evaluation with docker (#60)
* a starting point for SWE-Bench evaluation with docker

* fix the swe-bench uid issue

* typo fixed

* fix conda missing issue

* move files based on new PR

* Update doc and gitignore using devin prediction file from #81

* fix typo

* add a sentence

* fix typo in path

* fix path

---------

Co-authored-by: Binyuan Hui <binyuan.hby@alibaba-inc.com>
2024-03-22 12:43:49 +08:00

16 lines
294 B
YAML

# FROM https://github.com/princeton-nlp/SWE-bench/blob/main/environment.yml
name: swe-bench
dependencies:
- python=3.9
- pip
- pip:
- beautifulsoup4
- chardet
- ghapi
- GitPython
- python-dotenv
- requests
- rich
- transformers>=4.34.0
- conda-forge::gh