Skip to content

Commit

Permalink
Merge pull request #1650 from pyiron/dependabot/pip/scipy-1.15.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.15.0 to 1.15.1
  • Loading branch information
jan-janssen authored Jan 13, 2025
2 parents ca6eec2 + 40d5370 commit 478788c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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.24.0
- atomistics =0.1.33
- atomistics =0.1.34
- defusedxml =0.7.1
- h5py =3.12.1
- matplotlib-base =3.10.0
Expand All @@ -22,9 +22,9 @@ dependencies:
- pylammpsmpi =0.2.27
- pyscal3 =3.2.7
- scikit-learn =1.6.1
- scipy =1.15.0
- scipy =1.15.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.29
- structuretoolkit =0.0.30
- pyxtal =0.6.2
- jupyter-book =1.0.0
6 changes: 3 additions & 3 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.24.0
- atomistics =0.1.33
- atomistics =0.1.34
- coverage
- codacy-coverage
- defusedxml =0.7.1
Expand All @@ -20,8 +20,8 @@ dependencies:
- pylammpsmpi =0.2.27
- pyscal3 =3.2.7
- scikit-learn =1.6.1
- scipy =1.15.0
- scipy =1.15.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.29
- structuretoolkit =0.0.30
- pyxtal =0.6.2
6 changes: 3 additions & 3 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.24.0
- atomistics =0.1.33
- atomistics =0.1.34
- defusedxml =0.7.1
- h5py =3.12.1
- matplotlib-base =3.10.0
Expand All @@ -18,10 +18,10 @@ dependencies:
- pylammpsmpi =0.2.27
- pyscal3 =3.2.7
- scikit-learn =1.6.1
- scipy =1.15.0
- scipy =1.15.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.29
- structuretoolkit =0.0.30
- pyxtal =0.6.2
- pyiron-data =0.0.30
- sqsgenerator =0.3
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"ase==3.24.0",
"atomistics==0.1.33",
"atomistics==0.1.34",
"defusedxml==0.7.1",
"h5py==3.12.1",
"matplotlib==3.10.0",
Expand All @@ -39,11 +39,11 @@ dependencies = [
"pyiron_snippets==0.1.4",
"pylammpsmpi==0.2.27",
"pyscal3==3.2.7",
"scipy==1.15.0",
"scipy==1.15.1",
"scikit-learn==1.6.1",
"seekpath==2.1.0",
"spglib==2.5.0",
"structuretoolkit==0.0.29",
"structuretoolkit==0.0.30",
]
dynamic = ["version"]

Expand Down

0 comments on commit 478788c

Please sign in to comment.