Skip to content

Commit 0cc06ab

Browse files
authored
Update scipy to 1.15.1 (#306)
* Update pyproject.toml * Update environment.yml * Update environment_mini.yml
1 parent da93074 commit 0cc06ab

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,6 +16,6 @@ dependencies:
1616
- pyscal3 =3.2.7
1717
- pyxtal =1.0.6
1818
- scikit-learn =1.6.1
19-
- scipy =1.15.0
19+
- scipy =1.15.1
2020
- spglib =2.5.0
2121
- sqsgenerator =0.3

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies:
44
- ase =3.24.0
55
- coverage
66
- numpy =1.26.4
7-
- scipy =1.15.0
7+
- scipy =1.15.1
88
- setuptools

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.24.0",
2828
"numpy==1.26.4",
29-
"scipy==1.15.0",
29+
"scipy==1.15.1",
3030
]
3131
dynamic = ["version"]
3232

0 commit comments

Comments
 (0)