Skip to content

Commit d9c6c7f

Browse files
authored
Merge pull request #33 from pyiron/dependabot/pip/numpy-1.25.1
Bump numpy from 1.24.3 to 1.25.1
2 parents 944eff9 + 809a621 commit d9c6c7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- coverage
88
- codacy-coverage
99
- matplotlib-base =3.7.2
10-
- numpy =1.24.3
10+
- numpy =1.25.1
1111
- phonopy =2.20.0
1212
- plotly =5.15.0
1313
- pymatgen =2023.5.31

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
install_requires=[
3333
'ase==3.22.1',
3434
'matplotlib==3.7.2', # ase already requires matplotlib
35-
'numpy==1.24.3', # ase already requires numpy
35+
'numpy==1.25.1', # ase already requires numpy
3636
'scipy==1.10.1', # ase already requires scipy
3737
],
3838
extras_require={

0 commit comments

Comments
 (0)