Skip to content

Commit

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

* Update environment.yml

* Update environment_mini.yml
  • Loading branch information
jan-janssen authored Jan 13, 2025
1 parent da93074 commit 0cc06ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
- pyscal3 =3.2.7
- pyxtal =1.0.6
- scikit-learn =1.6.1
- scipy =1.15.0
- scipy =1.15.1
- spglib =2.5.0
- sqsgenerator =0.3
2 changes: 1 addition & 1 deletion .ci_support/environment_mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies:
- ase =3.24.0
- coverage
- numpy =1.26.4
- scipy =1.15.0
- scipy =1.15.1
- setuptools
2 changes: 1 addition & 1 deletion 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",
]
dynamic = ["version"]

Expand Down

0 comments on commit 0cc06ab

Please sign in to comment.