We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9fdd1 commit 8418b57Copy full SHA for 8418b57
.github/workflows/benchmarks.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Add project directory to PYTHONPATH
30
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
31
- name: Install dependencies
32
- run: pip install numpy pandas tqdm tabulate
+ run: pip install numpy pandas tqdm tabulate matplotlib solara networkx
33
# Benchmarks on the projectmesa main branch
34
- name: Checkout main branch
35
uses: actions/checkout@v4
0 commit comments