Skip to content

Commit

Permalink
Merge pull request #286 from pyiron/dependabot/pip/scipy-1.14.0
Browse files Browse the repository at this point in the history
Bump scipy from 1.13.1 to 1.14.0
  • Loading branch information
jan-janssen authored Jun 25, 2024
2 parents 581a809 + 39183ab commit 49410fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
- ase =3.23.0
- coverage
- numpy =1.26.3
- scipy =1.13.1
- scipy =1.14.0
- spglib =2.4.0
- phonopy =2.24.3
- structuretoolkit =0.0.25
- structuretoolkit =0.0.26
- seekpath =2.1.0
- lammps =2023.11.21
- pandas =2.2.2
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
- ase =3.23.0
- coverage
- numpy =1.26.4
- scipy =1.13.1
- scipy =1.14.0
- spglib =2.4.0
- phonopy =2.24.3
- structuretoolkit =0.0.25
- structuretoolkit =0.0.26
- seekpath =2.1.0
- tqdm =4.66.4
5 changes: 0 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
python-version: '3.10'
label: linux-64-py-3-10
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: '3.9'
label: linux-64-py-3-9
prefix: /usr/share/miniconda3/envs/my-env

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ channels:
dependencies:
- ase =3.23.0
- numpy =1.26.4
- scipy =1.13.1
- scipy =1.14.0
- spglib =2.4.0
- phonopy =2.24.3
- structuretoolkit =0.0.25
- structuretoolkit =0.0.26
- seekpath =2.1.0
- gpaw =24.6.0
- lammps =2024.02.07
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"ase==3.23.0",
"numpy==1.26.4",
"scipy==1.13.1",
"scipy==1.14.0",
"spglib==2.4.0",
]
dynamic = ["version"]
Expand All @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/atomistics"
phonopy = [
"phonopy==2.24.3",
"seekpath==2.1.0",
"structuretoolkit==0.0.25",
"structuretoolkit==0.0.26",
]
gpaw = [
"gpaw==24.6.0",
Expand Down

0 comments on commit 49410fd

Please sign in to comment.