Skip to content

Commit

Permalink
Merge pull request #195 from pyiron/scipy
Browse files Browse the repository at this point in the history
Update scipy to 1.12.0
  • Loading branch information
jan-janssen authored Jan 22, 2024
2 parents ac7aa7b + c6d0116 commit 13c01c0
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-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ dependencies:
- ase =3.22.1
- coverage
- numpy =1.26.3
- scipy =1.11.4
- scipy =1.12.0
- spglib =2.2.0
- phonopy =2.21.0
- structuretoolkit =0.0.17
- structuretoolkit =0.0.18
- seekpath =2.1.0
- lammps =2023.08.02
- pandas =2.2.0
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,8 +4,8 @@ dependencies:
- ase =3.22.1
- coverage
- numpy =1.26.3
- scipy =1.11.4
- scipy =1.12.0
- spglib =2.2.0
- phonopy =2.21.0
- structuretoolkit =0.0.17
- structuretoolkit =0.0.18
- seekpath =2.1.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"ase==3.22.1",
"numpy==1.26.3",
"scipy==1.11.4",
"scipy==1.12.0",
"spglib==2.2.0",
]
dynamic = ["version"]
Expand All @@ -41,7 +41,7 @@ Repository = "https://github.com/pyiron/atomistics"
phonopy = [
"phonopy==2.21.0",
"seekpath==2.1.0",
"structuretoolkit==0.0.17",
"structuretoolkit==0.0.18",
]
gpaw = [
"gpaw==24.1.0",
Expand Down

0 comments on commit 13c01c0

Please sign in to comment.