Skip to content

Commit 0683e24

Browse files
authored
Update scipy to 1.16.3, numpy to 2.3.4 and matplotlib to 3.10.7 (#410)
* Update pyproject.toml * Update environment.yml * Update environment_mini.yml * Update pyproject.toml
1 parent d8cf7b0 commit 0683e24

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.ci_support/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ dependencies:
66
- ase =3.26.0
77
- coverage
88
- dscribe =2.1.2
9-
- matplotlib-base =3.10.6
9+
- matplotlib-base =3.10.7
1010
- nglview =3.1.4
1111
- notebook
12-
- numpy =2.3.3
12+
- numpy =2.3.4
1313
- phonopy =2.43.2
1414
- plotly =6.3.1
1515
- pymatgen =2025.6.14
1616
- pyscal3 =3.3.0
1717
- scikit-learn =1.7.2
18-
- scipy =1.16.2
18+
- scipy =1.16.3
1919
- spglib =2.6.0
2020
- sqsgenerator =0.3
2121
- hatchling =1.27.0

.ci_support/environment_mini.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- ase =3.26.0
55
- coverage
6-
- numpy =2.3.3
7-
- scipy =1.16.2
6+
- numpy =2.3.4
7+
- scipy =1.16.3
88
- hatchling =1.27.0
99
- hatch-vcs =0.4.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"ase==3.26.0",
29-
"numpy==2.3.3",
30-
"scipy==1.16.2",
29+
"numpy==2.3.4",
30+
"scipy==1.16.3",
3131
]
3232
dynamic = ["version"]
3333

@@ -44,7 +44,7 @@ grainboundary = [
4444
]
4545
pyscal = ["pyscal3==3.3.0"]
4646
nglview = ["nglview==3.1.4"]
47-
matplotlib = ["matplotlib==3.10.6"]
47+
matplotlib = ["matplotlib==3.10.7"]
4848
plotly = ["plotly==6.3.1"]
4949
clusters = ["scikit-learn==1.7.2"]
5050
symmetry = ["spglib==2.6.0"]

0 commit comments

Comments
 (0)