Skip to content

Commit

Permalink
Fix pyvista dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang committed Dec 10, 2024
1 parent 832d290 commit 97c9d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swebench/harness/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ class TestStatus(Enum):
"install": "python -m pip install -e .",
"pip_packages": ["pytest"],
"test_cmd": TEST_PYTEST,
"pre_install": ["apt-get update && apt-get install -y ffmpeg libsm6 libxext6 libxrender1"],
}
for k in [
"0.24",
Expand Down

0 comments on commit 97c9d9b

Please sign in to comment.