Skip to content

Commit

Permalink
Merge pull request #1533 from pyiron/dependabot/pip/scipy-1.14.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.14.0 to 1.14.1
  • Loading branch information
jan-janssen authored Aug 24, 2024
2 parents 7f09393 + 27626f8 commit 03d6153
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- myst-parser
- aimsgb =1.1.0
- ase =3.23.0
- atomistics =0.1.31
- atomistics =0.1.32
- defusedxml =0.7.1
- h5py =3.11.0
- matplotlib-base =3.9.2
Expand All @@ -22,7 +22,7 @@ dependencies:
- pylammpsmpi =0.2.23
- pyscal3 =3.2.7
- scikit-learn =1.5.1
- scipy =1.14.0
- scipy =1.14.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.28
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- aimsgb =1.1.0
- ase =3.23.0
- atomistics =0.1.31
- atomistics =0.1.32
- coverage
- codacy-coverage
- defusedxml =0.7.1
Expand All @@ -20,7 +20,7 @@ dependencies:
- pylammpsmpi =0.2.23
- pyscal3 =3.2.7
- scikit-learn =1.5.1
- scipy =1.14.0
- scipy =1.14.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.28
Expand Down
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- aimsgb =1.1.0
- ase =3.23.0
- atomistics =0.1.31
- atomistics =0.1.32
- defusedxml =0.7.1
- h5py =3.11.0
- matplotlib-base =3.9.2
Expand All @@ -18,7 +18,7 @@ dependencies:
- pylammpsmpi =0.2.23
- pyscal3 =3.2.7
- scikit-learn =1.5.1
- scipy =1.14.0
- scipy =1.14.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.28
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"ase==3.23.0",
"atomistics==0.1.31",
"atomistics==0.1.32",
"defusedxml==0.7.1",
"h5py==3.11.0",
"matplotlib==3.9.2",
Expand All @@ -39,7 +39,7 @@ dependencies = [
"pyiron_snippets==0.1.4",
"pylammpsmpi==0.2.23",
"pyscal3==3.2.7",
"scipy==1.14.0",
"scipy==1.14.1",
"scikit-learn==1.5.1",
"seekpath==2.1.0",
"spglib==2.5.0",
Expand Down

0 comments on commit 03d6153

Please sign in to comment.