We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8dd10e + 45c7f39 commit 26c58f8Copy full SHA for 26c58f8
.github/workflows/test.yml
@@ -157,7 +157,7 @@ jobs:
157
steps:
158
- uses: actions/checkout@v3
159
- name: Build wheels
160
- uses: pypa/cibuildwheel@v2.12.3
+ uses: pypa/cibuildwheel@v2.14.1
161
env:
162
CIBW_BUILD: cp${{ matrix.python-version }}-*
163
- name: Save artifact
requirements.txt
@@ -1,11 +1,11 @@
1
-numpy==1.24.3
+numpy==1.25.2
2
sympy==1.11.1
3
requests==2.29.0
4
monty==2022.9.9
5
ruamel.yaml==0.17.32
6
-scipy==1.9.0
+scipy==1.11.1
7
tabulate==0.9.0
8
-matplotlib==3.5.2
+matplotlib==3.7.2
9
palettable==3.3.0
10
spglib==2.0.2
11
pandas==2.0.3
0 commit comments