Skip to content

Commit

Permalink
Merge pull request #237 from pyiron/notebooks
Browse files Browse the repository at this point in the history
Update notebooks to Python 3.12
  • Loading branch information
jan-janssen authored Apr 15, 2024
2 parents 3cfeb88 + 844a41e commit b41c8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- jupyter
- papermill
- gpaw =24.1.0
- lammps =2023.11.21
- lammps =2024.02.07
- pandas =2.2.2
- pylammpsmpi =0.2.15
- jinja2 =3.1.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.11"
python-version: "3.12"
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: strict
Expand Down

0 comments on commit b41c8ba

Please sign in to comment.