Skip to content

Commit 28d7151

Browse files
authored
Update scipy to 1.16.2 (#394)
* Update pyproject.toml * Update environment.yml * Update environment_mini.yml
1 parent dafe109 commit 28d7151

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- pyscal3 =3.3.0
1717
- pyxtal =1.1.1
1818
- scikit-learn =1.6.1
19-
- scipy =1.15.2
19+
- scipy =1.16.2
2020
- spglib =2.6.0
2121
- sqsgenerator =0.3
2222
- hatchling =1.27.0

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
- ase =3.26.0
55
- coverage
66
- numpy =2.3.3
7-
- scipy =1.15.2
7+
- scipy =1.16.2
88
- hatchling =1.27.0
99
- hatch-vcs =0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"ase==3.26.0",
2828
"numpy==2.3.3",
29-
"scipy==1.15.2",
29+
"scipy==1.16.2",
3030
]
3131
dynamic = ["version"]
3232

0 commit comments

Comments
 (0)