Skip to content

Commit 01cb2ed

Browse files
authored
Merge pull request #207 from pyiron/condaenv
Update conda-incubator/setup-miniconda from v2 to v3
2 parents edfad6e + 0f8408b commit 01cb2ed

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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: "*"

.github/workflows/mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/pypicheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/unittests_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ grainboundary = [
4343
]
4444
pyscal = ["pyscal2==2.10.18"]
4545
nglview = ["nglview==3.1.2"]
46-
matplotlib = ["matplotlib==3.9.0"]
46+
matplotlib = ["matplotlib==3.8.4"]
4747
plotly = ["plotly==5.22.0"]
4848
clusters = ["scikit-learn==1.5.1"]
4949
symmetry = ["spglib==2.4.0"]

0 commit comments

Comments
 (0)