diff --git a/pyproject.toml b/pyproject.toml index 3dcb4857..ddf46e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ default-groups = [ [dependency-groups] uis = [ - "pyqtgraph", + "pyqtgraph >= 0.14.0", "qdarkstyle >=3.0.2, <4.0.0", "pyqt6 >=6.7.0, <7.0.0", @@ -192,9 +192,12 @@ include = ["piker"] [tool.uv.sources] -# 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" } +# pyqtgraph = { git = "https://github.com/pyqtgraph/pyqtgraph.git", branch = 'master' } +# pyqtgraph = { path = '../pyqtgraph', editable = true } +# ?TODO, resync our fork? +# pyqtgraph = { git = "https://github.com/pikers/pyqtgraph.git" } # to get fancy next-cmd/suggestion feats prior to 0.22.2 B) # https://github.com/xonsh/xonsh/pull/6037 diff --git a/uv.lock b/uv.lock index 0fa5c5d2..b43c1bf3 100644 --- a/uv.lock +++ b/uv.lock @@ -1218,7 +1218,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" }, + { name = "pyqtgraph", specifier = ">=0.14.0" }, { name = "pytest" }, { name = "qdarkstyle", specifier = ">=3.0.2,<4.0.0" }, { name = "rapidfuzz", specifier = ">=3.2.0,<4.0.0" }, @@ -1236,7 +1236,7 @@ repl = [ testing = [{ name = "pytest" }] uis = [ { name = "pyqt6", specifier = ">=6.7.0,<7.0.0" }, - { name = "pyqtgraph" }, + { name = "pyqtgraph", specifier = ">=0.14.0" }, { name = "qdarkstyle", specifier = ">=3.0.2,<4.0.0" }, { name = "rapidfuzz", specifier = ">=3.2.0,<4.0.0" }, ]