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 3e1b16e + 16078e4 commit 5f37b84Copy full SHA for 5f37b84
.github/workflows/test.yml
@@ -151,7 +151,7 @@ jobs:
151
steps:
152
- uses: actions/checkout@v3
153
- name: Build wheels
154
- uses: pypa/cibuildwheel@v2.11.4
+ uses: pypa/cibuildwheel@v2.12.3
155
env:
156
CIBW_BUILD: cp${{ matrix.python-version }}-*
157
- uses: actions/upload-artifact@v3
requirements.txt
@@ -11,7 +11,7 @@ spglib==2.0.1
11
pandas==1.4.4
12
networkx==2.8.8
13
plotly==5.11.0
14
-beautifulsoup4==4.11.1
+beautifulsoup4==4.12.2
15
uncertainties==3.1.7
16
Cython==0.29.32
17
pybtex==0.24.0
0 commit comments