Skip to content

Commit 26c58f8

Browse files
author
Shyue Ping Ong
committed
Merge branch 'master' of github.com:materialsproject/pymatgen
2 parents e8dd10e + 45c7f39 commit 26c58f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- uses: actions/checkout@v3
159159
- name: Build wheels
160-
uses: pypa/cibuildwheel@v2.12.3
160+
uses: pypa/cibuildwheel@v2.14.1
161161
env:
162162
CIBW_BUILD: cp${{ matrix.python-version }}-*
163163
- name: Save artifact

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
numpy==1.24.3
1+
numpy==1.25.2
22
sympy==1.11.1
33
requests==2.29.0
44
monty==2022.9.9
55
ruamel.yaml==0.17.32
6-
scipy==1.9.0
6+
scipy==1.11.1
77
tabulate==0.9.0
8-
matplotlib==3.5.2
8+
matplotlib==3.7.2
99
palettable==3.3.0
1010
spglib==2.0.2
1111
pandas==2.0.3

0 commit comments

Comments
 (0)