From 8591f1b4a2214fb47255814125bd90feae3d44f1 Mon Sep 17 00:00:00 2001 From: goodboy Date: Sun, 22 Feb 2026 19:23:11 -0500 Subject: [PATCH] Bump to latest official `pyqtgraph` release --- pyproject.toml | 2 +- uv.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6706826c..4e6f8378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -192,7 +192,7 @@ include = ["piker"] [tool.uv.sources] -pyqtgraph = { git = "https://github.com/pikers/pyqtgraph.git" } +# pyqtgraph = { git = "https://github.com/pikers/pyqtgraph.git" } tomlkit = { git = "https://github.com/pikers/tomlkit.git", branch ="piker_pin" } pyvnc = { git = "https://github.com/regulad/pyvnc.git" } diff --git a/uv.lock b/uv.lock index eae0a2c9..2a043e55 100644 --- a/uv.lock +++ b/uv.lock @@ -1219,7 +1219,7 @@ dev = [ { name = "prompt-toolkit", specifier = "==3.0.40" }, { name = "pyperclip", specifier = ">=1.9.0" }, { name = "pyqt6", specifier = ">=6.7.0,<7.0.0" }, - { name = "pyqtgraph", git = "https://github.com/pikers/pyqtgraph.git" }, + { name = "pyqtgraph" }, { name = "pytest" }, { name = "qdarkstyle", specifier = ">=3.0.2,<4.0.0" }, { name = "rapidfuzz", specifier = ">=3.2.0,<4.0.0" }, @@ -1237,7 +1237,7 @@ repl = [ testing = [{ name = "pytest" }] uis = [ { name = "pyqt6", specifier = ">=6.7.0,<7.0.0" }, - { name = "pyqtgraph", git = "https://github.com/pikers/pyqtgraph.git" }, + { name = "pyqtgraph" }, { name = "qdarkstyle", specifier = ">=3.0.2,<4.0.0" }, { name = "rapidfuzz", specifier = ">=3.2.0,<4.0.0" }, ] @@ -1604,11 +1604,15 @@ wheels = [ [[package]] name = "pyqtgraph" -version = "0.12.3" -source = { git = "https://github.com/pikers/pyqtgraph.git#373f9561ea8ec4fef9b4e8bdcdd4bbf372dd6512" } +version = "0.14.0" +source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "colorama" }, { name = "numpy" }, ] +wheels = [ + { url = "https://files.pythonhosted.org/packages/32/36/4c242f81fdcbfa4fb62a5645f6af79191f4097a0577bd5460c24f19cc4ef/pyqtgraph-0.14.0-py3-none-any.whl", hash = "sha256:7abb7c3e17362add64f8711b474dffac5e7b0e9245abdf992e9a44119b7aa4f5", size = 1924755, upload-time = "2025-11-16T19:43:22.251Z" }, +] [[package]] name = "pyreadline3"