Pin `pg` at latest official `0.14.0` release
Keep in masked GH sources lines for easy hackin against upstream `master` branch when needed as well!
parent
6b6eb82c21
commit
47cd48fea7
|
|
@ -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
|
||||
|
|
|
|||
4
uv.lock
4
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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue