Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ httpx>=0.24.0
typer>=0.9.0

# Visualization
pyqtgraph>=0.13.0
pyqtgraph>=0.14.0

# Note: PyQt5, pytest-qt, and qtwebengine-related packages are omitted
# Use system QGIS PyQt5 instead to avoid security issues with qtwebengine
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Note: Most dependencies are provided by QGIS itself (PyQt5, qgis.core, etc.)

# Required for easing curve preview visualization
pyqtgraph>=0.13.0
pyqtgraph>=0.14.0
Loading