Skip to content

Commit

Permalink
Update scipy to 1.15.1 (#389)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update environment.yml

* Update environment.yml

* Update environment.yml

* Update environment.yml

* Update pyproject.toml
  • Loading branch information
jan-janssen authored Jan 13, 2025
1 parent bb2e00b commit f8e57f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- pandas =2.2.3
- phonopy =2.34.0
- requests =2.32.3
- scipy =1.15.0
- scipy =1.15.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.29
- structuretoolkit =0.0.30
- tqdm =4.67.1
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.24.0
- numpy =1.26.4
- scipy =1.15.0
- scipy =1.15.1
- spglib =2.5.0
- phonopy =2.34.0
- structuretoolkit =0.0.29
- structuretoolkit =0.0.30
- seekpath =2.1.0
- gpaw =24.6.0
- lammps =2024.06.27
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.24.0",
"numpy==1.26.4",
"scipy==1.15.0",
"scipy==1.15.1",
"spglib==2.5.0",
]
dynamic = ["version"]
Expand All @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/atomistics"
phonopy = [
"phonopy==2.34.0",
"seekpath==2.1.0",
"structuretoolkit==0.0.29",
"structuretoolkit==0.0.30",
]
gpaw = [
"gpaw==24.6.0",
Expand Down

0 comments on commit f8e57f8

Please sign in to comment.