From 4f899edcef04f87e219309a1b154b73f7d08d20d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 7 Dec 2021 15:11:00 -0500 Subject: [PATCH] Use a `pyqtgraph` dev branch pin (again) There's lotsa movement on the project these days with stuff getting improved, borked, fixed, rinse repeat. Might as well use a pin on our fork so we can more easily hack on it and pull in latest features piece-wise for testing. --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 96f37cab..ca910e01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,8 @@ # are often untested in tractor's CI and/or being tested by us # first before committing as core features in tractor's base. -e git+git://github.com/goodboy/tractor.git@piker_pin#egg=tractor + +# `pyqtgraph` peeps keep breaking, fixing, improving so might as well +# pin this to a dev branch that we have more control over especially +# as more graphics stuff gets hashed out. +-e git+git://github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph