Skip to content

Commit 904506b

Browse files
authored
Update numpy to 2.3.5 (#422)
* Update pyproject.toml * Update environment.yml * Update environment_mini.yml
1 parent b88af56 commit 904506b

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
@@ -9,7 +9,7 @@ dependencies:
99
- matplotlib-base =3.10.7
1010
- nglview =3.1.4
1111
- notebook
12-
- numpy =2.3.4
12+
- numpy =2.3.5
1313
- phonopy =2.44.0
1414
- plotly =6.5.0
1515
- pymatgen =2025.10.7

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
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.4
6+
- numpy =2.3.5
77
- scipy =1.16.3
88
- hatchling =1.27.0
99
- hatch-vcs =0.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"ase==3.26.0",
28-
"numpy==2.3.4",
28+
"numpy==2.3.5",
2929
"scipy==1.16.3",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)