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.fast_step_curve
parent
a2659d1fde
commit
4f899edcef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue