Skip to content

Commit 8adb601

Browse files
cailmdaleyclaude
andcommitted
fix: Upgrade PyQt5 to 5.15.11 for Python 3.12 compatibility
PyQt5 5.15.6 segfaults on Python 3.12 during import. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a4686a7 commit 8adb601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
7171
numpy==1.26.4 \
7272
numpydoc==1.2 \
7373
pandas==2.2 \
74-
PyQt5==5.15.6 \
74+
PyQt5==5.15.11 \
7575
python-pysap==0.3.0 \
7676
pyqtgraph==0.12.4 \
7777
pytest==8.3.3 \

0 commit comments

Comments
 (0)