environment.yml 294 B

123456789101112131415
  1. # FROM https://github.com/princeton-nlp/SWE-bench/blob/main/environment.yml
  2. name: swe-bench
  3. dependencies:
  4. - python=3.9
  5. - pip
  6. - pip:
  7. - beautifulsoup4
  8. - chardet
  9. - ghapi
  10. - GitPython
  11. - python-dotenv
  12. - requests
  13. - rich
  14. - transformers>=4.34.0
  15. - conda-forge::gh