Skip to content

Commit

Permalink
Merge pull request #1297 from pyiron/dependabot/pip/scipy-1.12.0
Browse files Browse the repository at this point in the history
Bump scipy from 1.11.4 to 1.12.0
  • Loading branch information
jan-janssen authored Jan 22, 2024
2 parents 74ba02b + 42ab13b commit 7a90339
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.22.1
- atomistics =0.1.20
- atomistics =0.1.21
- coverage
- codacy-coverage
- defusedxml =0.7.1
Expand All @@ -19,7 +19,7 @@ dependencies:
- pylammpsmpi =0.2.11
- pyscal =2.10.18
- scikit-learn =1.4.0
- scipy =1.11.4
- scipy =1.12.0
- seekpath =2.1.0
- spglib =2.2.0
- structuretoolkit =0.0.17
- structuretoolkit =0.0.18
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.22.1",
"atomistics==0.1.20",
"atomistics==0.1.21",
"defusedxml==0.7.1",
"h5py==3.10.0",
"matplotlib==3.8.2",
Expand All @@ -37,11 +37,11 @@ dependencies = [
"pint==0.23",
"pyiron_base==0.7.1",
"pylammpsmpi==0.2.11",
"scipy==1.11.4",
"scipy==1.12.0",
"scikit-learn==1.4.0",
"seekpath==2.1.0",
"spglib==2.2.0",
"structuretoolkit==0.0.17",
"structuretoolkit==0.0.18",
]
dynamic = ["version"]

Expand Down

0 comments on commit 7a90339

Please sign in to comment.