Skip to content
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python
- numpy
- openmpi
- openmpi =4.1.6
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
shell: bash -l {0}
run: >
flux start
papermill notebooks/examples.ipynb examples-out.ipynb -k "python3"
papermill notebooks/examples.ipynb examples-out.ipynb -k "python3"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff
name: ruff lint
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python
- numpy
- openmpi
- openmpi =4.1.6
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.2
Expand Down
2 changes: 1 addition & 1 deletion binder/kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"metadata": {
"debugger": true
}
}
}