File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies:
55- ase =3.23.0
66- coverage
77- dscribe =2.1.1
8- - matplotlib-base =3.9.0
8+ - matplotlib-base =3.8.4
99- nglview =3.1.2
1010- notebook
1111- numpy =1.26.4
Original file line number Diff line number Diff line change 1919 id-token : write
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : conda-incubator/setup-miniconda@v2.2.0
22+ - uses : conda-incubator/setup-miniconda@v3
2323 with :
2424 python-version : " 3.12"
2525 mamba-version : " *"
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Setup Mambaforge
21- uses : conda-incubator/setup-miniconda@v2
21+ uses : conda-incubator/setup-miniconda@v3
2222 with :
2323 python-version : ' 3.12'
2424 miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Setup Mambaforge
18- uses : conda-incubator/setup-miniconda@v2
18+ uses : conda-incubator/setup-miniconda@v3
1919 with :
2020 python-version : ' 3.12'
2121 miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 4949 if : matrix.operating-system != 'windows-latest'
5050 run : tail --lines=+4 .ci_support/environment-lammps.yml >> .ci_support/environment.yml
5151 - name : Setup Mambaforge
52- uses : conda-incubator/setup-miniconda@v2
52+ uses : conda-incubator/setup-miniconda@v3
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Setup Mambaforge
17- uses : conda-incubator/setup-miniconda@v2
17+ uses : conda-incubator/setup-miniconda@v3
1818 with :
1919 python-version : ' 3.9'
2020 miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ grainboundary = [
4343]
4444pyscal = [" pyscal2==2.10.18" ]
4545nglview = [" nglview==3.1.2" ]
46- matplotlib = [" matplotlib==3.9.0 " ]
46+ matplotlib = [" matplotlib==3.8.4 " ]
4747plotly = [" plotly==5.22.0" ]
4848clusters = [" scikit-learn==1.5.1" ]
4949symmetry = [" spglib==2.4.0" ]
You can’t perform that action at this time.
0 commit comments